Page MenuHomeFreeBSD

D43518.id133242.diff
No OneTemporary

D43518.id133242.diff

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

Mime Type
text/plain
Expires
Fri, Feb 27, 4:01 AM (11 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29013528
Default Alt Text
D43518.id133242.diff (624 B)

Event Timeline