xfs: don't warn about page discards on shutdown
authorDave Chinner <dchinner@redhat.com>
Mon, 15 Mar 2010 02:36:35 +0000 (02:36 +0000)
committerAlex Elder <aelder@sgi.com>
Tue, 16 Mar 2010 20:40:53 +0000 (15:40 -0500)
commite8c3753ce4cd6a805ebcfdb3aa6d30e6f4b8b3e0
treecf0618d802720d77a8d1910e1085e82b1dfbb588
parent8a262e573d30187b32b5534ec489446931239cc5
xfs: don't warn about page discards on shutdown

If we are doing a forced shutdown, we can get lots of noise about
delalloc pages being discarded. This is happens by design during a
forced shutdown, so don't spam the logs with these messages.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_aops.c