On Fri, Oct 08, 2010 at 06:46:43PM +1100, Dave Chinner wrote: > > Also any chance to get an assert under a debug option the the reference > > count really is non-zero? > > For iref()? Sure, but I think WARN_ON_ONCE() is better for the moment, > though. I don't think a WARN_ON_ONCE is too helpful - there could be all kinds of different filesystems having that issue. Also I think a plain WARN_ON is cheaper than a WARN_ON_ONCE and this is a rather hot codepath. -- 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