diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2020-03-28 16:39:29 +0100 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2020-03-28 16:54:20 +0100 |
commit | 1de3af9883fe2b689d1f61b205e9f5a0cedca8e7 (patch) | |
tree | f83cb622f1a0576eccc82f1764dbdf1fcb6c9798 /net/ceph | |
parent | pNFS/flexfiles: Specify the layout segment range in LAYOUTGET (diff) | |
download | linux-1de3af9883fe2b689d1f61b205e9f5a0cedca8e7.tar.xz linux-1de3af9883fe2b689d1f61b205e9f5a0cedca8e7.zip |
NFS: Remove unused FLUSH_SYNC support in nfs_initiate_pgio()
If the FLUSH_SYNC flag is set, nfs_initiate_pgio() will currently
wait for completion, and then return the status of the I/O operation.
What we actually want to report in nfs_pageio_doio() is whether or
not the RPC call was launched successfully, whereas actual I/O
status is intended handled in the reply callbacks.
Since FLUSH_SYNC is never set by any of the callers anyway, let's
just remove that code altogether.
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'net/ceph')
0 files changed, 0 insertions, 0 deletions