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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 1dcc75c95763..17ee20dba86c 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -2071,7 +2071,7 @@ enum {
2071extern int finish_open(struct file *file, struct dentry *dentry, 2071extern int finish_open(struct file *file, struct dentry *dentry,
2072 int (*open)(struct inode *, struct file *), 2072 int (*open)(struct inode *, struct file *),
2073 int *opened); 2073 int *opened);
2074extern void finish_no_open(struct file *file, struct dentry *dentry); 2074extern int finish_no_open(struct file *file, struct dentry *dentry);
2075 2075
2076/* fs/ioctl.c */ 2076/* fs/ioctl.c */
2077 2077