summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 7a5cfb583a0596ef395a98e41e9671df211fbbd9 (plain)
1
2
3
4
5
6
7
# binary files
*.o
inotail
inotify-watchdir

# other
cscope.out
ignoremode:
authorLiu Bo <bo.li.liu@oracle.com>2016-09-14 17:23:39 -0700
committerDavid Sterba <dsterba@suse.com>2016-09-26 18:04:01 +0200
commita42cbec9c662ced87f1d0f22a1c114de4cf6e352 (patch)
treedff3e55af355e9ce4e28e7a28ec3ad5f1e6dd2e5
parenta43f7f82064220082eba7075c5a844d773fdef1b (diff)
Btrfs: add error handling for extent buffer in print tree
Somehow we missed btrfs_print_tree when last time we updated error handling for read_extent_block(). This keeps us from getting a NULL pointer panic when btrfs_print_tree's read_extent_block() fails. Signed-off-by: Liu Bo <bo.li.liu@oracle.com> Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat