nfs: remove nfs4_file_fsync
authorChristoph Hellwig <hch@lst.de>
Wed, 2 Mar 2016 16:35:54 +0000 (17:35 +0100)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 16 Mar 2016 19:42:43 +0000 (15:42 -0400)
commit4ff79bc7098fab71e5957d48d31d2036c234e506
tree3f7683f944bd5491fc23a563e2700c23b988c3e7
parentecf7828683997dbc8e95e7beca3ccdcab5e1bfac
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>
fs/nfs/file.c
fs/nfs/internal.h
fs/nfs/nfs4file.c
This page took 0.028234 seconds and 5 git commands to generate.