Ver código fonte

btrfs: Cleanup some redundant codes in btrfs_log_inode()

Signed-off-by: Zhi Yong Wu <wuzhy@linux.vnet.ibm.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Zhi Yong Wu 12 anos atrás
pai
commit
6841ebee6b
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      fs/btrfs/tree-log.c

+ 0 - 2
fs/btrfs/tree-log.c

@@ -3650,8 +3650,6 @@ static int btrfs_log_inode(struct btrfs_trans_handle *trans,
 	bool fast_search = false;
 	u64 ino = btrfs_ino(inode);
 
-	log = root->log_root;
-
 	path = btrfs_alloc_path();
 	if (!path)
 		return -ENOMEM;