aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h4
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 */
1140extern void kill_fasync(struct fasync_struct **, int, int); 1140extern void kill_fasync(struct fasync_struct **, int, int);
1141 1141
1142extern int __f_setown(struct file *filp, struct pid *, enum pid_type, int force); 1142extern void __f_setown(struct file *filp, struct pid *, enum pid_type, int force);
1143extern int f_setown(struct file *filp, unsigned long arg, int force); 1143extern void f_setown(struct file *filp, unsigned long arg, int force);
1144extern void f_delown(struct file *filp); 1144extern void f_delown(struct file *filp);
1145extern pid_t f_getown(struct file *filp); 1145extern pid_t f_getown(struct file *filp);
1146extern int send_sigurg(struct fown_struct *fown); 1146extern int send_sigurg(struct fown_struct *fown);