From: Chuck Lever Date: Tue, 2 Oct 2012 16:18:12 +0000 (-0700) Subject: NFS: nfs41_walk_client_list(): re-lock before iterating X-Git-Tag: v3.7-rc1~58^2~19 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2ccc084eb46ae718a200ad9c2606c258bf79a25;p=pandora-kernel.git NFS: nfs41_walk_client_list(): re-lock before iterating Sparse identified an execution path in nfs41_walk_client_list() where the nfs_client_lock is not re-acquired before taking the next loop iteration. fs/nfs/nfs4client.c:437:9: sparse: context imbalance in 'nfs41_walk_client_list' - different lock contexts for basic block Signed-off-by: Chuck Lever Cc: Fengguang Wu Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed