xfs: tone down writepage/releasepage WARN_ONs
authorChristoph Hellwig <hch@infradead.org>
Fri, 6 Jun 2014 06:05:15 +0000 (16:05 +1000)
committerDave Chinner <david@fromorbit.com>
Fri, 6 Jun 2014 06:05:15 +0000 (16:05 +1000)
I recently ran into the issue fixed by

  "xfs: kill buffers over failed write ranges properly"

which spams the log with lots of backtraces.  Make debugging any
issues like that easier by using WARN_ON_ONCE in the writeback code.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_aops.c

Simple merge