Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166749319
D50006.id154224.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
752 B
Referenced Files
None
Subscribers
None
D50006.id154224.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/devcoredump.h b/sys/compat/linuxkpi/common/include/linux/devcoredump.h
--- a/sys/compat/linuxkpi/common/include/linux/devcoredump.h
+++ b/sys/compat/linuxkpi/common/include/linux/devcoredump.h
@@ -1,7 +1,7 @@
/*-
* SPDX-License-Identifier: BSD-2-Clause
*
- * Copyright (c) 2020 The FreeBSD Foundation
+ * Copyright (c) 2020-2025 The FreeBSD Foundation
*
* This software was developed by Björn Zeeb under sponsorship from
* the FreeBSD Foundation.
@@ -71,4 +71,11 @@
_lkpi_dev_coredumpsg_free(table);
}
+static inline void
+_devcd_free_sgtable(struct scatterlist *table)
+{
+ /* UNIMPLEMENTED */
+ _lkpi_dev_coredumpsg_free(table);
+}
+
#endif /* _LINUXKPI_LINUX_DEVCOREDUMP_H */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 17, 3:41 AM (5 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36844673
Default Alt Text
D50006.id154224.diff (752 B)
Attached To
Mode
D50006: LinuxKPI: add _devcd_free_sgtable() to devcoredump.h
Attached
Detach File
Event Timeline
Log In to Comment