aboutsummaryrefslogtreecommitdiffstats
path: root/net/rfkill
diff options
context:
space:
mode:
authorBob Peterson <rpeterso@redhat.com>2019-11-20 08:53:14 -0500
committerAndreas Gruenbacher <agruenba@redhat.com>2019-11-21 11:37:41 +0100
commitade48088937f53fe0467162177726176813b9564 (patch)
tree01e5338d0678d9bca1b5a181b951ce8cdb452c78 /net/rfkill
parentgfs2: Remove duplicate call from gfs2_create_inode (diff)
downloadlinux-dev-ade48088937f53fe0467162177726176813b9564.tar.xz
linux-dev-ade48088937f53fe0467162177726176813b9564.zip
gfs2: Don't write log headers after file system withdraw
Before this patch, when a node withdrew a gfs2 file system, it wrote a (clean) unmount log header. That's wrong. You don't want to write anything to the journal once you're withdrawn because that's acknowledging that the transaction is complete and the journal is in good shape, neither of which may be a valid assumption when the file system is withdrawn. This is especially true if the withdraw was caused due to io errors writing to the journal in the first place. The best course of action is to leave the journal "as is" until it may be safely replayed during journal recovery, regardless of whether it's done by this node or another. Signed-off-by: Bob Peterson <rpeterso@redhat.com> Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
Diffstat (limited to 'net/rfkill')
0 files changed, 0 insertions, 0 deletions