commit | 448011e2ab1c44f7990a62649580bde0da5242b5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <[email protected]> | Fri Jun 06 16:05:15 2014 +1000 |
committer | Dave Chinner <[email protected]> | Fri Jun 06 16:05:15 2014 +1000 |
tree | 78fd087d470f28bb67de5165a5471f69a26f352f | |
parent | 72208ee060635dfab2b3bd447a95e0f9c419e954 [diff] |
xfs: tone down writepage/releasepage WARN_ONs 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 <[email protected]> Reviewed-by: Dave Chinner <[email protected]> Signed-off-by: Dave Chinner <[email protected]>