Linux NFS development
 help / color / mirror / Atom feed
* [PATCH 0/2] nfsd: fi_delegees bugfix and cleanup
@ 2014-12-13 14:11 Jeff Layton
  2014-12-13 14:11 ` [PATCH 1/2] nfsd: fix fi_delegees leak when fi_had_conflict returns true Jeff Layton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Jeff Layton @ 2014-12-13 14:11 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs

Hi Bruce,

As I mentioned on IRC yesterday, here are a couple of patches to the
fi_delegees handling. The first one fixes a bug. I think it's pretty
unlikely to be hit in most cases, so I'm not sure if it's suitable for
stable. Your call there.

The second is just a cleanup patch -- fi_delegees is always handled
under spinlock so it really doesn't need to be an atomic_t.

Jeff Layton (2):
  nfsd: fix fi_delegees leak when fi_had_conflict returns true
  nfsd: fi_delegees doesn't need to be an atomic_t

 fs/nfsd/nfs4state.c | 8 ++++----
 fs/nfsd/state.h     | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

-- 
2.1.0


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

end of thread, other threads:[~2014-12-17 19:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-13 14:11 [PATCH 0/2] nfsd: fi_delegees bugfix and cleanup Jeff Layton
2014-12-13 14:11 ` [PATCH 1/2] nfsd: fix fi_delegees leak when fi_had_conflict returns true Jeff Layton
2014-12-13 14:11 ` [PATCH 2/2] nfsd: fi_delegees doesn't need to be an atomic_t Jeff Layton
2014-12-17 19:01 ` [PATCH 0/2] nfsd: fi_delegees bugfix and cleanup 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