From: Steven Whitehouse Date: Fri, 6 Dec 2013 11:52:34 +0000 (+0000) Subject: GFS2: don't hold s_umount over blkdev_put X-Git-Tag: v3.13-rc7~5^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfe5b9ad83a63180f358b27d1018649a27b394a9;p=pandora-kernel.git GFS2: don't hold s_umount over blkdev_put This is a GFS2 version of Tejun's patch: 4f331f01b9c43bf001d3ffee578a97a1e0633eac vfs: don't hold s_umount over close_bdev_exclusive() call In this case its blkdev_put itself that is the issue and this patch uses the same solution of dropping and retaking s_umount. Reported-by: Tejun Heo Reported-by: Al Viro Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed