On Tue, 2011-12-06 at 17:06 -0600, Eric Sandeen wrote: > after 250df6ed274d767da844a5d9f05720b804240197 > (fs: protect inode->i_state with inode->i_lock), insert_inode_locked() > no longer returns the inode with I_NEW set on failure. However, > the error handler still calls unlock_new_inode() on failure, > which does a WARN_ON if I_NEW is not set, so any failure spews > a lot of warnings. > > We can just drop the unlock_new_inode() if insert_inode_locked() > fails here. > > Signed-off-by: Eric Sandeen <sandeen@xxxxxxxxxx> Pushed to l2-mtd-2.6.git tree, thanks! Artem. -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html