gfs2: Additional information when gfs2_ail1_flush withdraws
authorBob Peterson <rpeterso@redhat.com>
Fri, 6 Mar 2020 16:15:03 +0000 (10:15 -0600)
committerBob Peterson <rpeterso@redhat.com>
Fri, 6 Mar 2020 16:15:03 +0000 (10:15 -0600)
commit490031281d5a33fbdab59e98e165c2cd30fc841b
treea861998adec451ae116f9e27fde5789f1533a521
parentcc44457f16296809e40aae31415cd081a8352433
gfs2: Additional information when gfs2_ail1_flush withdraws

Before this patch, if gfs2_ail1_flush gets an error from function
gfs2_ail1_start_one (which comes indirectly from generic_writepages)
the file system is withdrawn, but without any explanation why.

This patch adds an error message if gfs2_ail1_flush gets an error
from gfs2_ail1_start_one.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/log.c