Quoting Pedro Fonseca (2013-12-09 16:15:46)
> Hi,
> 
> I've got multiple instances of warnings caused by the statement 
> "WARN_ON(!(entry->vfs_inode.i_state & (I_WILL_FREE | I_FREEING)));" in 
> inode_tree_add(). The tests were executed on the official 3.12.2 kernel. 
> Do you think it's something serious?

Definitely.  You're in the autodefrag code here and an iget is replacing
an existing inode that wasn't ready to be replaced.  What test are you
running?

-chris
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to