Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163187010
D58295.id182114.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
488 B
Referenced Files
None
Subscribers
None
D58295.id182114.diff
View Options
diff --git a/sys/compat/linuxkpi/common/include/linux/scatterlist.h b/sys/compat/linuxkpi/common/include/linux/scatterlist.h
--- a/sys/compat/linuxkpi/common/include/linux/scatterlist.h
+++ b/sys/compat/linuxkpi/common/include/linux/scatterlist.h
@@ -135,7 +135,7 @@
static inline struct page *
sg_page(struct scatterlist *sg)
{
- return ((struct page *)((sg)->page_link & ~SG_PAGE_LINK_MASK));
+ return ((struct page *)(sg->page_link & ~SG_PAGE_LINK_MASK));
}
static inline void
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Jul 21, 9:11 PM (40 m, 7 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35197314
Default Alt Text
D58295.id182114.diff (488 B)
Attached To
Mode
D58295: LinuxKPI: sg_page() remove superfluous ()
Attached
Detach File
Event Timeline
Log In to Comment