git.codelabs.ch
/
muen
/
linux.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
get rid of cred argument of vfs_open() and do_dentry_open()
[muen/linux.git]
/
fs
/
internal.h
diff --git
a/fs/internal.h
b/fs/internal.h
index 661c314aba30a68b6220c0cf638b074157f326f4..baeab53aeaffd4e51bd86f1d214e513003e07e58 100644
(file)
--- a/
fs/internal.h
+++ b/
fs/internal.h
@@
-126,7
+126,7
@@
int do_fchownat(int dfd, const char __user *filename, uid_t user, gid_t group,
int flag);
extern int open_check_o_direct(struct file *f);
-extern int vfs_open(const struct path *, struct file *
, const struct cred *
);
+extern int vfs_open(const struct path *, struct file *);
/*
* inode.c