Btrfs: handle error returns from btrfs_lookup_dir_item()
authorDan Carpenter <[email protected]>
Sat, 29 May 2010 09:40:57 +0000 (09:40 +0000)
committerChris Mason <[email protected]>
Fri, 11 Jun 2010 19:57:33 +0000 (15:57 -0400)
commitfb4f6f910ca6f58564c31a680ef88940d8192713
treeee83845c90ac3ec395ac670c7d87c83b0486de83
parent3bf84a5a834d13e7c5c3e8e5b5c6b26012118dd8
Btrfs: handle error returns from btrfs_lookup_dir_item()

If btrfs_lookup_dir_item() fails, we should can just let the mount fail
with an error.

Signed-off-by: Dan Carpenter <[email protected]>
Signed-off-by: Chris Mason <[email protected]>
fs/btrfs/super.c