-
由 Markus Elfring 提交于
The brelse() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software. [The same applies to brelse() in gfs2_dir_no_add (which Coccinelle apparently missed), so fix that as well.] Signed-off-by: NMarkus Elfring <elfring@users.sourceforge.net> Signed-off-by: NAndreas Gruenbacher <agruenba@redhat.com>
bccaef90