From: Trond Myklebust Date: Fri, 15 Mar 2013 22:11:31 +0000 (-0400) Subject: NFS: __nfs_find_lock_context needs to check ctx->lock_context for a match too X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~98^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c86899f62738b8a22ca3a5f060e269b92e5545a;p=pandora-kernel.git NFS: __nfs_find_lock_context needs to check ctx->lock_context for a match too Currently, we're forcing an unnecessary duplication of the initial nfs_lock_context in calls to nfs_get_lock_context, since __nfs_find_lock_context ignores the ctx->lock_context. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed