diff options
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 398484179d82..7e4cf62ada5a 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -827,7 +827,7 @@ static int btrfs_readdir(struct file *filp, void *dirent, filldir_t filldir) | |||
827 | btrfs_set_key_type(&key, key_type); | 827 | btrfs_set_key_type(&key, key_type); |
828 | key.offset = filp->f_pos; | 828 | key.offset = filp->f_pos; |
829 | path = btrfs_alloc_path(); | 829 | path = btrfs_alloc_path(); |
830 | path->reada = 1; | 830 | path->reada = 2; |
831 | ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); | 831 | ret = btrfs_search_slot(NULL, root, &key, path, 0, 0); |
832 | if (ret < 0) | 832 | if (ret < 0) |
833 | goto err; | 833 | goto err; |