commit | 53645a91f4baed059ec5dfb22340cf3e6b8fdd2c | [log] [tgz] |
---|---|---|
author | Filipe David Borba Manana <fdmanana@gmail.com> | Fri Sep 20 14:43:28 2013 +0100 |
committer | Chris Mason <chris.mason@fusionio.com> | Mon Nov 11 21:51:24 2013 -0500 |
tree | 4d4e31ce759164493c4be81c241be2a9d8bab068 | |
parent | d4b4087c43cc00a196c5be57fac41f41309f1d56 [diff] |
Btrfs: remove duplicated ino cache's inode lookup We're doing a unnecessary extra lookup of the ino cache's inode when we already have it (and holding a reference) during the process of saving the ino cache contents to disk. Therefore remove this extra lookup. Signed-off-by: Filipe David Borba Manana <fdmanana@gmail.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com> Signed-off-by: Chris Mason <chris.mason@fusionio.com>