From: Artem Bityutskiy Date: Mon, 4 Jun 2012 11:46:24 +0000 (+0300) Subject: udf: stop using s_dirt X-Git-Tag: v3.6-rc1~107^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db8109ef98b5fb7e26e0d265c02f7164b13009d4;p=pandora-kernel.git 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 Signed-off-by: Jan Kara --- Reading git-diff-tree failed