commit | 22a94d44bd6876a90630338229da6c0436d46593 | [log] [tgz] |
---|---|---|
author | Josef Bacik <josef@redhat.com> | Wed Mar 16 16:47:17 2011 -0400 |
committer | Josef Bacik <josef@redhat.com> | Thu Mar 17 14:21:41 2011 -0400 |
tree | 50e5c7dd52ccf9292240de995e5b42b1619bcd82 | |
parent | 41415730a1050499fbd63b3f7dd59b3a4c3bb91a [diff] |
Btrfs: add checks to verify dir items are correct We need to make sure the dir items we get are valid dir items. So any time we try and read one check it with verify_dir_item, which will do various sanity checks to make sure it looks sane. Thanks, Signed-off-by: Josef Bacik <josef@redhat.com>