Files
android_kernel_xiaomi_sm8450/fs/nfs
Trond Myklebust 1de3af9883 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>
2020-03-28 11:54:20 -04:00
..
2019-02-20 15:14:21 -05:00
2020-02-03 10:43:06 -05:00
2015-04-23 15:16:14 -04:00
2020-02-04 11:01:54 -05:00
2019-10-09 12:05:49 -04:00