Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 0/3] Remove function macros from nfs4_fs.h
@ 2015-01-05 19:17 Anna Schumaker
  2015-01-05 19:17 ` [PATCH 1/3] nfs: Call nfs4_state_protect() from nfs4_proc_commit_setup() Anna Schumaker
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Anna Schumaker @ 2015-01-05 19:17 UTC (permalink / raw)
  To: Trond.Myklebust, linux-nfs

While reviewing Tom's flexfile patches I found a few places where
nfs4_state_protect() was being called inside the generic client, rather
than in the nfsv4 module.  These patches move the function calls into
the correct layer and then tidy up nfs4_fs.h once everything has been
moved.

Thoughts?

Anna


Anna Schumaker (3):
  nfs: Call nfs4_state_protect() from nfs4_proc_commit_setup()
  nfs: Call nfs4_state_protect_write() from nfs4_proc_write_setup()
  nfs: Remove unused v4 macros

 fs/nfs/nfs3proc.c       |  7 +++++--
 fs/nfs/nfs4_fs.h        |  7 -------
 fs/nfs/nfs4proc.c       |  9 +++++++--
 fs/nfs/proc.c           |  6 ++++--
 fs/nfs/write.c          | 10 ++--------
 include/linux/nfs_xdr.h |  6 ++++--
 6 files changed, 22 insertions(+), 23 deletions(-)

-- 
2.2.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2015-01-07 18:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-05 19:17 [PATCH 0/3] Remove function macros from nfs4_fs.h Anna Schumaker
2015-01-05 19:17 ` [PATCH 1/3] nfs: Call nfs4_state_protect() from nfs4_proc_commit_setup() Anna Schumaker
2015-01-05 19:17 ` [PATCH 2/3] nfs: Call nfs4_state_protect_write() from nfs4_proc_write_setup() Anna Schumaker
2015-01-05 19:17 ` [PATCH 3/3] nfs: Remove unused v4 macros Anna Schumaker
2015-01-05 20:31 ` [PATCH 0/3] Remove function macros from nfs4_fs.h Weston Andros Adamson
2015-01-05 21:06   ` Anna Schumaker
2015-01-05 21:51     ` Weston Andros Adamson
2015-01-06 15:02       ` Weston Andros Adamson
2015-01-06 19:08   ` J. Bruce Fields
2015-01-07 18:47     ` Weston Andros Adamson
2015-01-07 18:55       ` J. Bruce Fields
2015-01-07 18:57         ` J. Bruce Fields

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox