linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] nfsd: clean up share access with accessor functions
@ 2012-05-11 13:45 Jeff Layton
  2012-05-11 13:45 ` [PATCH 1/4] nfsd: consolidate set_access and set_deny Jeff Layton
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jeff Layton @ 2012-05-11 13:45 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs

While looking over the share/deny mode stuff in knfsd, I ended up doing
some cleanup to make the code a bit easier to understand. In the future
this may help us by encapsulating the share/deny code to some degree.

This set should introduce no behavioral changes, it's just cleanup for
now, but is probably reasonable for 3.5.

Jeff Layton (4):
  nfsd: consolidate set_access and set_deny
  nfsd: make test_share a bool return
  nfsd: wrap accesses to st_access_bmap
  nfsd: wrap all accesses to st_deny_bmap

 fs/nfsd/nfs4state.c |  149 ++++++++++++++++++++++++++++++++-------------------
 1 files changed, 93 insertions(+), 56 deletions(-)

-- 
1.7.7.6


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

end of thread, other threads:[~2012-05-16 13:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-11 13:45 [PATCH 0/4] nfsd: clean up share access with accessor functions Jeff Layton
2012-05-11 13:45 ` [PATCH 1/4] nfsd: consolidate set_access and set_deny Jeff Layton
2012-05-11 13:45 ` [PATCH 2/4] nfsd: make test_share a bool return Jeff Layton
2012-05-11 13:45 ` [PATCH 3/4] nfsd: wrap accesses to st_access_bmap Jeff Layton
2012-05-11 13:45 ` [PATCH 4/4] nfsd: wrap all accesses to st_deny_bmap Jeff Layton
2012-05-16 13:55 ` [PATCH 0/4] nfsd: clean up share access with accessor functions 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;
as well as URLs for NNTP newsgroup(s).