Skip to content
Commit 18f2c4fc authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: check for shutdown and r/o file system in ext4_write_inode()



If the file system has been shut down or is read-only, then
ext4_write_inode() needs to bail out early.

Also use jbd2_complete_transaction() instead of ext4_force_commit() so
we only force a commit if it is needed.

Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
Cc: stable@kernel.org
parent fde87268
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment