From: Stanislav Kinsbursky Date: Mon, 27 Feb 2012 18:05:29 +0000 (+0400) Subject: SUNRPC: release per-net clients lock before calling PipeFS dentries creation X-Git-Tag: v3.4-rc1~123^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da3b462296e421e8f54b54b7d2706488661c36e2;p=pandora-kernel.git SUNRPC: release per-net clients lock before calling PipeFS dentries creation v3: 1) Lookup for client is performed from the beginning of the list on each PipeFS event handling operation. Lockdep is sad otherwise, because inode mutex is taken on PipeFS dentry creation, which can be called on mount notification, where this per-net client lock is taken on clients list walk. Signed-off-by: Stanislav Kinsbursky Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed