diff options
Diffstat (limited to 'fs')
-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 06d92be16805..41b0c7de7a59 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -857,7 +857,7 @@ static int btrfs_inode_by_name(struct inode *dir, struct dentry *dentry, | |||
857 | path = btrfs_alloc_path(); | 857 | path = btrfs_alloc_path(); |
858 | BUG_ON(!path); | 858 | BUG_ON(!path); |
859 | 859 | ||
860 | if (namelen == 1 && strcmp(name, "..") == 0) { | 860 | if (namelen == 2 && strcmp(name, "..") == 0) { |
861 | struct btrfs_key key; | 861 | struct btrfs_key key; |
862 | struct extent_buffer *leaf; | 862 | struct extent_buffer *leaf; |
863 | u32 nritems; | 863 | u32 nritems; |