]> 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)
commitcc4771bc783cb4d8e4e23d3ad427a8bf0e167b4d
tree79fb6371b0bb0f044a531539f36a6dd63a728b8c
parentfe5b26ed53e46a53756870a9e4b6ed5265f4469a
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