diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-03 20:31:51 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-08-03 20:31:51 +0300 |
commit | 8ecfb75216a71ba0e00e419ddafa52d12d965445 (patch) | |
tree | d0a5eae3b63156c71b3f5f3ba77648aa1322871a /fs/internal.h | |
parent | 7d50a29fe43848b7d3c8309f8617db3305c0db18 (diff) | |
parent | f0fce87c36aec5c4a895c78b76396f5727047b93 (diff) | |
download | linux-8ecfb75216a71ba0e00e419ddafa52d12d965445.tar.xz |
Merge branch 'for-viro' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs into for-linus
Diffstat (limited to 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/internal.h b/fs/internal.h index cef0913e5d41..cc5a530e4f06 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -117,6 +117,7 @@ extern int vfs_open(const struct path *, struct file *, const struct cred *); */ extern long prune_icache_sb(struct super_block *sb, struct shrink_control *sc); extern void inode_add_lru(struct inode *inode); +extern int dentry_needs_remove_privs(struct dentry *dentry); /* * fs-writeback.c |