From: J. Bruce Fields Date: Thu, 19 Jan 2006 01:43:19 +0000 (-0800) Subject: [PATCH] nfsd4: rename lk_stateowner X-Git-Tag: v2.6.16-rc2~301 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a65588adc4401622b204caa897123e16a4a0318;p=pandora-kernel.git [PATCH] nfsd4: rename lk_stateowner One of the things that's confusing about nfsd4_lock is that the lk_stateowner field could be set to either of two different lockowners: the open owner or the lock owner. Rename to lk_replay_owner and add a comment to make it clear that it's used for whichever stateowner has its sequence id bumped for replay detection. Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed