]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit6d3722893d31d8e9cffc7498100b6309f8defa38
tree79fb6371b0bb0f044a531539f36a6dd63a728b8c
parent8d4bd6b2a0157612ce3df28f07e03a17ae0629b5
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