From: Ryusuke Konishi Date: Tue, 8 Dec 2009 15:57:52 +0000 (+0900) Subject: nilfs2: get rid of s_dirt flag use X-Git-Tag: v2.6.34-rc1~213^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e605f0a7249d8002c660af379f884896cbaa45ae;p=pandora-kernel.git nilfs2: get rid of s_dirt flag use This replaces s_dirt flag use in nilfs with a new flag added on the nilfs object. The s_dirt flag was used to indicate if sop->write_super() should be called, however the current version of nilfs does not use the callback. Thus, it can be replaced with the own flag. Signed-off-by: Ryusuke Konishi Cc: Jiro SEKIBA --- Reading git-diff-tree failed