commit | e3029d9fd426c8f582210ba35551ae5506218345 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Nov 17 00:56:18 2011 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Jan 08 19:34:38 2012 -0500 |
tree | 629376e0a5db20e91d5f6b40cc2ab26c2bc35883 | |
parent | 6f07e42ee6fcc252a210781d7262f4051e9fd8f6 [diff] |
btrfs: sanitizing ->fs_info, part 5 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: Al Viro <viro@zeniv.linux.org.uk>