Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157193758
D45709.id140185.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
591 B
Referenced Files
None
Subscribers
None
D45709.id140185.diff
View Options
diff --git a/sys/kern/vfs_default.c b/sys/kern/vfs_default.c
--- a/sys/kern/vfs_default.c
+++ b/sys/kern/vfs_default.c
@@ -1240,7 +1240,7 @@
__assert_unreachable();
}
-static int __always_inline
+static __always_inline int
vop_stdadd_writecount_impl(struct vop_add_writecount_args *ap, bool handle_msync)
{
struct vnode *vp;
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -3980,7 +3980,7 @@
vdropl(vp);
}
-static void __always_inline
+static __always_inline void
vdropl_impl(struct vnode *vp, bool enqueue)
{
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, May 20, 5:17 AM (14 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33332149
Default Alt Text
D45709.id140185.diff (591 B)
Attached To
Mode
D45709: vfs: move __always_inline to canonical position
Attached
Detach File
Event Timeline
Log In to Comment