btrfs: sanitizing ->fs_info, part 5
authorAl Viro <viro@zeniv.linux.org.uk>
Thu, 17 Nov 2011 05:56:18 +0000 (00:56 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 9 Jan 2012 00:34:38 +0000 (19:34 -0500)
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>

No differences found