Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166962331
D50006.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.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
Wed, Aug 19, 4:45 AM (1 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36917839
Default Alt Text
D50006.diff (752 B)
Attached To
Mode
D50006: LinuxKPI: add _devcd_free_sgtable() to devcoredump.h
Attached
Detach File
Event Timeline
Log In to Comment