Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108444471
D43518.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
624 B
Referenced Files
None
Subscribers
None
D43518.diff
View Options
diff --git a/sys/sys/file.h b/sys/sys/file.h
--- a/sys/sys/file.h
+++ b/sys/sys/file.h
@@ -479,8 +479,9 @@
return ((*fp->f_ops->fo_fallocate)(fp, offset, len, td));
}
-static __inline int fo_fspacectl(struct file *fp, int cmd, off_t *offset,
- off_t *length, int flags, struct ucred *active_cred, struct thread *td)
+static __inline int
+fo_fspacectl(struct file *fp, int cmd, off_t *offset, off_t *length,
+ int flags, struct ucred *active_cred, struct thread *td)
{
if (fp->f_ops->fo_fspacectl == NULL)
@@ -489,7 +490,6 @@
active_cred, td));
}
-
#endif /* _KERNEL */
#endif /* !SYS_FILE_H */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 25, 8:09 PM (15 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16162010
Default Alt Text
D43518.diff (624 B)
Attached To
Mode
D43518: Implement kcmp(2)
Attached
Detach File
Event Timeline
Log In to Comment