From: Al Viro Date: Sat, 16 Mar 2013 18:35:16 +0000 (-0400) Subject: saner umount_tree()/release_mounts(), part 1 X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~74^2~202 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3197d83d6f5b9bd0e57a05592437ffa459ee106;p=pandora-kernel.git saner umount_tree()/release_mounts(), part 1 global list of release_mounts() fodder, protected by namespace_sem; eventually, all umount_tree() callers will use it as kill list. Helper picking the contents of that list, releasing namespace_sem and doing release_mounts() on what it got. Signed-off-by: Al Viro --- Reading git-diff-tree failed