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)
commite4b50e14c8f72bcbae53809815d5df70d5aec174
tree79fb6371b0bb0f044a531539f36a6dd63a728b8c
parent2bc5565286121d2a77ccd728eb3484dff2035b58
Btrfs: small naming cleanup in join_transaction()

"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>
fs/btrfs/transaction.c