Searched hist:"490031281 d5a33fbdab59e98e165c2cd30fc841b" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/gfs2/ |
H A D | log.c | diff 490031281d5a33fbdab59e98e165c2cd30fc841b Fri Mar 06 10:15:03 CST 2020 Bob Peterson <rpeterso@redhat.com> 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>
|