-
- Downloads
sanitize vfs_fsync calling conventions
Now that the last user passing a NULL file pointer is gone we can remove the redundant dentry argument and associated hacks inside vfs_fsynmc_range. The next step will be removig the dentry argument from ->fsync, but given the luck with the last round of method prototype changes I'd rather defer this until after the main merge window. Signed-off-by:Christoph Hellwig <hch@lst.de> Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>
Showing
- drivers/block/loop.c 2 additions, 2 deletionsdrivers/block/loop.c
- drivers/md/bitmap.c 1 addition, 1 deletiondrivers/md/bitmap.c
- drivers/usb/gadget/storage_common.c 1 addition, 1 deletiondrivers/usb/gadget/storage_common.c
- fs/ceph/file.c 1 addition, 2 deletionsfs/ceph/file.c
- fs/coda/file.c 1 addition, 1 deletionfs/coda/file.c
- fs/ecryptfs/file.c 1 addition, 3 deletionsfs/ecryptfs/file.c
- fs/nfsd/nfs4recover.c 3 additions, 3 deletionsfs/nfsd/nfs4recover.c
- fs/nfsd/vfs.c 2 additions, 3 deletionsfs/nfsd/vfs.c
- fs/sync.c 8 additions, 34 deletionsfs/sync.c
- include/linux/fs.h 3 additions, 3 deletionsinclude/linux/fs.h
- mm/msync.c 1 addition, 1 deletionmm/msync.c
Loading
Please register or sign in to comment