Skip to content
Commit 9ca92389 authored by Theodore Ts'o's avatar Theodore Ts'o
Browse files

ext4: Use separate super_operations structure for no_journal filesystems



By using a separate super_operations structure for filesystems that
have and don't have journals, we can simply ext4_write_super() ---
which is only needed when no journal is present --- and ext4_freeze(),
ext4_unfreeze(), and ext4_sync_fs(), which are only needed when the
journal is present.

Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
parent 7234ab2a
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