commit | d90c732122a1f6d0efe388a8a204f67f144b2eb3 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Tue May 17 09:50:54 2011 -0400 |
committer | Josef Bacik <josef@redhat.com> | Mon May 23 13:03:17 2011 -0400 |
tree | 4961605906cf3c8f50ae24fd1d4109eeb5e19e1a | |
parent | 207dde8289d9b005b665cb9d8d2bb9464256101d [diff] |
Btrfs: leave spinning on lookup and map the leaf On lookup we only want to read the inode item, so leave the path spinning. Also we're just wholesale reading the leaf off, so map the leaf so we don't do a bunch of kmap/kunmaps. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com>