[Ocfs2-devel] linux-4.6-rc2/fs/ocfs2/refcounttree.c:987]: (style) Redundant condition

David Binderman dcb314 at hotmail.com
Wed Apr 6 11:23:02 PDT 2016


Hello there,

linux-4.6-rc2/fs/ocfs2/refcounttree.c:987]: (style) Redundant condition: eb. '!eb || (eb && !eb.h_next_leaf_blk)' is equivalent to '!eb || !eb.h_next_leaf_blk'

Source code is

        if (!eb || (eb && !eb->h_next_leaf_blk)) {

Also,

linux-4.6-rc2/fs/ocfs2/refcounttree.c:1011] -> [linux-4.6-rc2/fs/ocfs2/refcounttree.c:987]: (warning) Either the condition 'eb' is redundant or there is possible null pointer dereference: eb.


Regards

David Binderman

 		 	   		  


More information about the Ocfs2-devel mailing list