Files
linux/fs/ext4/ext4_jbd2.c
Theodore Ts'o 7ebcea2596 ext4: shutdown should not prevent get_write_access
commit 576d18ed60 upstream.

The ext4 forced shutdown flag needs to prevent new handles from being
started, but it needs to allow existing handles to complete.  So the
forced shutdown flag should not force ext4_journal_get_write_access to
fail.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Cc: stable@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-04-24 09:36:30 +02:00

8.0 KiB