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 -- 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