Searched hist:"4 ff79bc7098fab71e5957d48d31d2036c234e506" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/nfs/ |
H A D | nfs4file.c | diff 4ff79bc7098fab71e5957d48d31d2036c234e506 Wed Mar 02 10:35:54 CST 2016 Christoph Hellwig <hch@lst.de> nfs: remove nfs4_file_fsync
The only difference to nfs_file_fsync is the call to pnfs_sync_inode. But pnfs_sync_inode is just an inline that calls a pNFS layout driver method if CONFIG_PNFS is designed, and thus can be called just fine from the core NFS module.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|
H A D | file.c | diff 4ff79bc7098fab71e5957d48d31d2036c234e506 Wed Mar 02 10:35:54 CST 2016 Christoph Hellwig <hch@lst.de> nfs: remove nfs4_file_fsync
The only difference to nfs_file_fsync is the call to pnfs_sync_inode. But pnfs_sync_inode is just an inline that calls a pNFS layout driver method if CONFIG_PNFS is designed, and thus can be called just fine from the core NFS module.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|
H A D | internal.h | diff 4ff79bc7098fab71e5957d48d31d2036c234e506 Wed Mar 02 10:35:54 CST 2016 Christoph Hellwig <hch@lst.de> nfs: remove nfs4_file_fsync
The only difference to nfs_file_fsync is the call to pnfs_sync_inode. But pnfs_sync_inode is just an inline that calls a pNFS layout driver method if CONFIG_PNFS is designed, and thus can be called just fine from the core NFS module.
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
|