Btrfs: small naming cleanup in join_transaction()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 19 Jun 2012 10:30:11 +0000 (13:30 +0300)
committerChris Mason <chris.mason@fusionio.com>
Mon, 23 Jul 2012 19:41:39 +0000 (15:41 -0400)
"root->fs_info" and "fs_info" are the same, but "fs_info" is prefered
because it is shorter and that's what is used in the rest of the
function.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>

No differences found