Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167277515
D58764.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
468 B
Referenced Files
None
Subscribers
None
D58764.diff
View Options
Index: sys/compat/linuxkpi/common/include/linux/shmem_fs.h
===================================================================
--- sys/compat/linuxkpi/common/include/linux/shmem_fs.h
+++ sys/compat/linuxkpi/common/include/linux/shmem_fs.h
@@ -69,4 +69,10 @@
return (page_folio(page));
}
+static inline struct folio *
+shmem_read_folio(vm_object_t obj, int pindex)
+{
+ return (shmem_read_folio_gfp(obj, pindex, 0));
+}
+
#endif /* _LINUXKPI_LINUX_SHMEM_FS_H_ */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 21, 2:39 PM (4 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36923390
Default Alt Text
D58764.diff (468 B)
Attached To
Mode
D58764: linuxkpi: Add `shmem_read_folio()`
Attached
Detach File
Event Timeline
Log In to Comment