udf: stop using s_dirt
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Mon, 4 Jun 2012 11:46:24 +0000 (14:46 +0300)
committerJan Kara <jack@suse.cz>
Mon, 9 Jul 2012 10:03:11 +0000 (12:03 +0200)
commitdb8109ef98b5fb7e26e0d265c02f7164b13009d4
tree284fc6e5512e5617d0e0d42a9d4b71e5ac8cbe25
parentf007dbf8e51f4a0910194eebc2aa119eb861893e
udf: stop using s_dirt

The UDF file-system does not need the 's_dirt' superblock flag because it does
not define the 'write_super()' method. This flag was set to 1 in few places and
set to 0 in '->sync_fs()' and was basically useless. Stop using it because it
is on its way out.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/super.c
fs/udf/udfdecl.h