diff options
-rw-r--r-- | include/linux/fs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index c25896b30e9f..bd904c496878 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2436,10 +2436,6 @@ extern struct filename *getname(const char __user *); | |||
2436 | extern struct filename *getname_kernel(const char *); | 2436 | extern struct filename *getname_kernel(const char *); |
2437 | extern void putname(struct filename *name); | 2437 | extern void putname(struct filename *name); |
2438 | 2438 | ||
2439 | enum { | ||
2440 | FILE_CREATED = 1, | ||
2441 | FILE_OPENED = 2 | ||
2442 | }; | ||
2443 | extern int finish_open(struct file *file, struct dentry *dentry, | 2439 | extern int finish_open(struct file *file, struct dentry *dentry, |
2444 | int (*open)(struct inode *, struct file *)); | 2440 | int (*open)(struct inode *, struct file *)); |
2445 | extern int finish_no_open(struct file *file, struct dentry *dentry); | 2441 | extern int finish_no_open(struct file *file, struct dentry *dentry); |