Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Pull more vfs updates from Al Viro: "Assorted cleanups and fixes. In the "trivial API change" department - ->d_compare() losing 'parent' argument" * 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs: cachefiles: Fix race between inactivating and culling a cache object 9p: use clone_fid() 9p: fix braino introduced in "9p: new helper - v9fs_parent_fid()" vfs: make dentry_needs_remove_privs() internal vfs: remove file_needs_remove_privs() vfs: fix deadlock in file_remove_privs() on overlayfs get rid of 'parent' argument of ->d_compare() cifs, msdos, vfat, hfs+: don't bother with parent in ->d_compare() affs ->d_compare(): don't bother with ->d_inode fold _d_rehash() and __d_rehash() together fold dentry_rcuwalk_invalidate() into its only remaining caller
No related branches found
No related tags found
Showing
- Documentation/filesystems/Locking 1 addition, 1 deletionDocumentation/filesystems/Locking
- Documentation/filesystems/porting 7 additions, 0 deletionsDocumentation/filesystems/porting
- Documentation/filesystems/vfs.txt 1 addition, 1 deletionDocumentation/filesystems/vfs.txt
- drivers/staging/lustre/lustre/llite/dcache.c 1 addition, 1 deletiondrivers/staging/lustre/lustre/llite/dcache.c
- fs/9p/fid.c 1 addition, 25 deletionsfs/9p/fid.c
- fs/9p/fid.h 8 additions, 1 deletionfs/9p/fid.h
- fs/9p/vfs_inode.c 3 additions, 3 deletionsfs/9p/vfs_inode.c
- fs/9p/vfs_inode_dotl.c 1 addition, 1 deletionfs/9p/vfs_inode_dotl.c
- fs/9p/xattr.c 1 addition, 3 deletionsfs/9p/xattr.c
- fs/adfs/dir.c 1 addition, 1 deletionfs/adfs/dir.c
- fs/affs/amigaffs.c 1 addition, 3 deletionsfs/affs/amigaffs.c
- fs/affs/namei.c 6 additions, 6 deletionsfs/affs/namei.c
- fs/cachefiles/namei.c 3 additions, 2 deletionsfs/cachefiles/namei.c
- fs/cifs/dir.c 2 additions, 2 deletionsfs/cifs/dir.c
- fs/dcache.c 15 additions, 40 deletionsfs/dcache.c
- fs/efivarfs/super.c 1 addition, 2 deletionsfs/efivarfs/super.c
- fs/fat/namei_msdos.c 2 additions, 2 deletionsfs/fat/namei_msdos.c
- fs/fat/namei_vfat.c 3 additions, 3 deletionsfs/fat/namei_vfat.c
- fs/hfs/hfs_fs.h 1 addition, 1 deletionfs/hfs/hfs_fs.h
- fs/hfs/string.c 1 addition, 1 deletionfs/hfs/string.c
Loading
Please register or sign in to comment