Skip to content
Snippets Groups Projects
Commit dbae8f2c authored by Al Viro's avatar Al Viro
Browse files

kill FILE_{CREATED,OPENED}

parent 00a07c15
No related merge requests found
......@@ -2436,10 +2436,6 @@ extern struct filename *getname(const char __user *);
extern struct filename *getname_kernel(const char *);
extern void putname(struct filename *name);
enum {
FILE_CREATED = 1,
FILE_OPENED = 2
};
extern int finish_open(struct file *file, struct dentry *dentry,
int (*open)(struct inode *, struct file *));
extern int finish_no_open(struct file *file, struct dentry *dentry);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment