From: Jeff Layton Date: Wed, 30 Jul 2014 01:34:28 +0000 (-0400) Subject: nfsd: clean up lockowner refcounting when finding them X-Git-Tag: omap-for-v3.17/fixes-against-rc2~101^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5db1c03feb00a72846927172d81744790e601b97;p=pandora-kernel.git nfsd: clean up lockowner refcounting when finding them Ensure that when finding or creating a lockowner, that we get a reference to it. For now, we also take an extra reference when a lockowner is created that can be put when release_lockowner is called, but we'll remove that in a later patch once we change how references are held. Since we no longer destroy lockowners in the event of an error in nfsd4_lock, we must change how the seqid gets bumped in the lk_is_new case. Instead of doing so on creation, do it manually in nfsd4_lock. Signed-off-by: Jeff Layton Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed