commit | c35038becad0adb0e25261fff66d85b1a6ddd0c2 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Mar 22 00:46:23 2008 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Mar 27 20:47:58 2008 -0400 |
tree | 1d375d74ef5b4c3641768697b2ff8f4992916dc5 | |
parent | bcc5c7d2b692e5319db00b0dd020ce98723103b1 [diff] |
[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 <viro@zeniv.linux.org.uk>