diff options
author | Zhi Yong Wu <wuzhy@linux.vnet.ibm.com> | 2013-03-18 10:18:10 +0100 |
---|---|---|
committer | Josef Bacik <jbacik@fusionio.com> | 2013-05-06 21:54:20 +0200 |
commit | 6841ebee6b02abe178abd30f40806e385cd96777 (patch) | |
tree | 1a094d4b96a1ffeef72ad8f2fda66883371cab92 /fs/btrfs | |
parent | btrfs: Cleanup some redundant codes in btrfs_lookup_csums_range() (diff) | |
download | linux-6841ebee6b02abe178abd30f40806e385cd96777.tar.xz linux-6841ebee6b02abe178abd30f40806e385cd96777.zip |
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>
Diffstat (limited to 'fs/btrfs')
-rw-r--r-- | fs/btrfs/tree-log.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/btrfs/tree-log.c b/fs/btrfs/tree-log.c index ef96381569a4..f728eeb3eda5 100644 --- a/fs/btrfs/tree-log.c +++ b/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; |