Btrfs: d_type optimization

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Chris Mason
2007-06-07 22:13:21 -04:00
committed by David Woodhouse
parent fbdc762b4e
commit fabb568183
3 changed files with 68 additions and 9 deletions

View File

@@ -1264,6 +1264,7 @@ int btrfs_alloc_extent(struct btrfs_trans_handle *trans,
}
ret = update_block_group(trans, root, ins->objectid, ins->offset, 1, 0,
data);
BUG_ON(ret);
return 0;
}