aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2008-01-03 13:23:19 -0500
committerChris Mason <chris.mason@oracle.com>2008-09-25 11:03:58 -0400
commitbd09835d9aad9c7b664cddc8435cc37b86077971 (patch)
tree3c73acd10104242fff27916b88fb7a68dbe652c5 /fs/btrfs/inode.c
parent98ed51747b63435b9987ef12692a75c223818bbe (diff)
count_snapshots: Properly update the leaf pointer after btrfs_next_leaf
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/inode.c')
-rw-r--r--fs/btrfs/inode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c
index 8a2001bbf104..6e2d03626fb9 100644
--- a/fs/btrfs/inode.c
+++ b/fs/btrfs/inode.c
@@ -208,7 +208,7 @@ again:
208 } 208 }
209 209
210 start = extent_end; 210 start = extent_end;
211 } else if (found_type == BTRFS_FILE_EXTENT_INLINE) { 211 } else {
212 goto not_found; 212 goto not_found;
213 } 213 }
214loop: 214loop: