From: Al Viro Date: Sat, 22 Mar 2008 04:46:23 +0000 (-0400) Subject: [PATCH] do shrink_submounts() for all fs types X-Git-Tag: v2.6.25-rc8~42^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c35038becad0adb0e25261fff66d85b1a6ddd0c2;p=pandora-kernel.git [PATCH] do shrink_submounts() for all fs types ... and take it out of ->umount_begin() instances. Call with all locks already taken (by do_umount()) and leave calling release_mounts() to caller (it will do release_mounts() anyway, so we can just put into the same list). Signed-off-by: Al Viro --- Reading git-diff-tree failed