diff options
Diffstat (limited to 'fs/btrfs/inode-map.c')
-rw-r--r-- | fs/btrfs/inode-map.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/inode-map.c b/fs/btrfs/inode-map.c index 80038c5ef7cf..2aa79873eb46 100644 --- a/fs/btrfs/inode-map.c +++ b/fs/btrfs/inode-map.c | |||
@@ -129,7 +129,6 @@ int btrfs_find_free_objectid(struct btrfs_trans_handle *trans, | |||
129 | last_ino = key.objectid + 1; | 129 | last_ino = key.objectid + 1; |
130 | path->slots[0]++; | 130 | path->slots[0]++; |
131 | } | 131 | } |
132 | // FIXME -ENOSPC | ||
133 | BUG_ON(1); | 132 | BUG_ON(1); |
134 | found: | 133 | found: |
135 | btrfs_release_path(root, path); | 134 | btrfs_release_path(root, path); |