Skip to content
Commit 66153f6e authored by Artem Bityutskiy's avatar Artem Bityutskiy Committed by Boaz Harrosh
Browse files

exofs: stop using s_dirt



Exofs has the '->write_super()' handler and makes some use of the '->s_dirt'
superblock flag, but it really needs neither of them because it never sets
's_dirt' to one which means the VFS never calls its '->write_super()' handler.
Thus, remove both.

Note, I am trying to remove both 's_dirt' and 'write_super()' from VFS
altogether once all users are gone.

Signed-off-by: default avatarArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: default avatarBoaz Harrosh <bharrosh@panasas.com>
parent 0e8d96dd
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