From: Anna Schumaker <Anna.Schumaker@xxxxxxxxxx> These patches are a few cleanups I noticed while poking through the code. The first two move calls to nfs4_state_protect() into the v4 module and the last three are cleanups to the nfs4_call_sync() process. Thoughts? Anna Anna Schumaker (5): NFS: Move call to nfs4_state_protect_write() to nfs4_write_setup() NFS: Move call to nfs4_state_protect() to nfs4_commit_setup() NFS: Pass "privileged" value to nfs4_init_sequence() NFS: Pass "privileged" value to nfs4_call_sync() NFS: Combine nfs4_call_sync() with nfs4_call_sync_sequence() fs/nfs/nfs3proc.c | 6 +- fs/nfs/nfs42proc.c | 10 +-- fs/nfs/nfs4_fs.h | 4 +- fs/nfs/nfs4proc.c | 174 +++++++++++++++++----------------------- fs/nfs/proc.c | 6 +- fs/nfs/write.c | 10 +-- include/linux/nfs_xdr.h | 6 +- 7 files changed, 94 insertions(+), 122 deletions(-) -- 2.17.0 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html