commit | 65555a06b4d1ae116ce223dc4b82d6068b36df96 | [log] [tgz] |
---|---|---|
author | Yan <yanzheng@21cn.com> | Thu Oct 25 15:42:57 2007 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:57 2008 -0400 |
tree | 5233852538b4bb34337a21f80d5d6af129ce5c53 | |
parent | f578d4bd7e141dd03ca7e8695c1cc118c326e69e [diff] [blame] |
Btrfs: Off by one fixes in extent_map.c Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 7efc047..c0743307 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c
@@ -616,6 +616,7 @@ break; } btrfs_set_key_type(&key, found_type); + btrfs_release_path(root, path); continue; } if (found_key.offset >= inode->i_size)