diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 2 |
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 { | |||
2071 | extern int finish_open(struct file *file, struct dentry *dentry, | 2071 | extern 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); |
2074 | extern void finish_no_open(struct file *file, struct dentry *dentry); | 2074 | extern int finish_no_open(struct file *file, struct dentry *dentry); |
2075 | 2075 | ||
2076 | /* fs/ioctl.c */ | 2076 | /* fs/ioctl.c */ |
2077 | 2077 | ||