-
由 Al Viro 提交于
close_ctree() uses a weird mix of accesses to root->fs_info and its value at the beginning of function stored in local variable. Since ->fs_info *never* changes, let's just use the local variable to avoid confusion. Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
e3029d9f