]> git.baikalelectronics.ru Git - kernel.git/commit
exofs: stop using s_dirt
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 4 Jun 2012 11:48:27 +0000 (14:48 +0300)
committerBoaz Harrosh <bharrosh@panasas.com>
Thu, 2 Aug 2012 11:52:13 +0000 (14:52 +0300)
commit66cf3f850cc093651eee96857277de9c01aac312
tree507a0d17379fcebec95141b6afbd744070952d7b
parent9507cca46f0bcc2210a673ea0bc79d4b2e4124ca
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: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
fs/exofs/super.c