Dan Carpenter
2012-Feb-15 20:31 UTC
[Ocfs2-devel] Ocfs2/move_extents: move/defrag extents within a certain range.
Hello Tristan Ye, This is a semi-automatic email about new static checker warnings. The patch 53069d4e7695: "Ocfs2/move_extents: move/defrag extents within a certain range." from May 25, 2011, leads to the following Smatch complaint: fs/ocfs2/move_extents.c:980 ocfs2_move_extents() warn: variable dereferenced before check 'inode' (see line 978) fs/ocfs2/move_extents.c 977 struct buffer_head *di_bh = NULL; 978 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); ^^^^^^^^^^^ Dereference. 979 980 if (!inode) ^^^^^^ Check. 981 return -ENOENT; 982 regards, dan carpenter
Dan Carpenter
2012-Feb-15 20:38 UTC
[Ocfs2-devel] Ocfs2/move_extents: move/defrag extents within a certain range.
Gar... I somehow missed that this warning was really old. Sorry for that. I will fix my scripts to avoid this. regards, dan carpenter -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature Url : http://oss.oracle.com/pipermail/ocfs2-devel/attachments/20120215/097c3dd7/attachment-0001.bin