commit | 4ff79bc7098fab71e5957d48d31d2036c234e506 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Mar 02 17:35:54 2016 +0100 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Mar 16 15:42:43 2016 -0400 |
tree | 3f7683f944bd5491fc23a563e2700c23b988c3e7 | |
parent | ecf7828683997dbc8e95e7beca3ccdcab5e1bfac [diff] |
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>