diff options
author | Eric Sandeen <sandeen@redhat.com> | 2013-01-31 00:54:55 +0000 |
---|---|---|
committer | Josef Bacik <jbacik@fusionio.com> | 2013-02-20 12:59:18 -0500 |
commit | aa43a17c21cf35329b1a495dd6876798dd8b016b (patch) | |
tree | d958b6d58305a2ea121613e8e89cd52ccfdbf513 /net/dccp/options.c | |
parent | 5a01604783c23f28bd4212e839e79277193f974f (diff) |
btrfs: handle null fs_info in btrfs_panic()
At least backref_tree_panic() can apparently pass
in a null fs_info, so handle that in __btrfs_panic
to get the message out on the console.
The btrfs_panic macro also uses fs_info, but that's
largely pointless; it's testing to see if
BTRFS_MOUNT_PANIC_ON_FATAL_ERROR is not set.
But if it *were* set, __btrfs_panic() would have,
well, paniced and we wouldn't be here, testing it!
So just BUG() at this point.
And since we only use fs_info once now, just use it
directly.
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Diffstat (limited to 'net/dccp/options.c')
0 files changed, 0 insertions, 0 deletions