On Mon, 22 Mar 2010 21:40:57 +1100 Nick Piggin <npiggin@xxxxxxx> wrote: > > > > /* this fs should use block_invalidatepage() */ > > WARN_ON_ONCE(!invalidatepage); > > Problem is that it doesn't give you the aop name (and call trace > probably won't help). Yes it does - you have the filename and line number. You go there and read "invalidatepage". And the backtrace identifies the filesystem. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>