From: Christoph Hellwig Date: Sun, 24 Oct 2010 17:40:24 +0000 (+0200) Subject: fs: do not drop inode_lock in dispose_list X-Git-Tag: v2.6.37-rc1~94^2~3 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d895a1c96af8c2a0f6a5e0119695a7c6b92df8db;p=pandora-kernel.git fs: do not drop inode_lock in dispose_list Despite the comment above it we can not safely drop the lock here. invalidate_list is called from many other places that just umount. Also switch to proper list macros now that we never drop the lock. Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed