Warner Losh 03afe9ba70 nandfs_meta_bread() calls bread() which can set bp to NULL in some
error cases. Calling brelse() with a NULL pointer is not allowed,
so only call brelse() when the bp is non-NULL.

Reported by: Maxime Villard (reported as uninitialized variable)
2015-03-01 21:41:37 +00:00
..
2014-10-15 13:22:33 +00:00
2015-02-15 14:25:00 +00:00
2015-02-03 12:09:48 +00:00