diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 435e3d9ec5cf..96528f73dda4 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -1139,8 +1139,8 @@ extern void fasync_free(struct fasync_struct *); | |||
1139 | /* can be called from interrupts */ | 1139 | /* can be called from interrupts */ |
1140 | extern void kill_fasync(struct fasync_struct **, int, int); | 1140 | extern void kill_fasync(struct fasync_struct **, int, int); |
1141 | 1141 | ||
1142 | extern int __f_setown(struct file *filp, struct pid *, enum pid_type, int force); | 1142 | extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force); |
1143 | extern int f_setown(struct file *filp, unsigned long arg, int force); | 1143 | extern void f_setown(struct file *filp, unsigned long arg, int force); |
1144 | extern void f_delown(struct file *filp); | 1144 | extern void f_delown(struct file *filp); |
1145 | extern pid_t f_getown(struct file *filp); | 1145 | extern pid_t f_getown(struct file *filp); |
1146 | extern int send_sigurg(struct fown_struct *fown); | 1146 | extern int send_sigurg(struct fown_struct *fown); |