xfs: don't warn on EAGAIN in inode reclaim
authorDave Chinner <dchinner@redhat.com>
Tue, 13 Apr 2010 05:06:45 +0000 (15:06 +1000)
committerAlex Elder <aelder@sgi.com>
Fri, 16 Apr 2010 18:51:44 +0000 (13:51 -0500)
commitf1d486a3617a2f620b31224e4ace1496c4627e39
tree82eae8ca41e529690c2b71d712e886161e786e6b
parentb6f8dd49dbdbfa60a33bba3d4b766fe341109b4b
xfs: don't warn on EAGAIN in inode reclaim

Any inode reclaim flush that returns EAGAIN will result in the inode
reclaim being attempted again later. There is no need to issue a
warning into the logs about this situation.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Alex Elder <aelder@sgi.com>
Signed-off-by: Alex Elder <aelder@sgi.com>
fs/xfs/linux-2.6/xfs_sync.c