nilfs2: get rid of s_dirt flag use
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Tue, 8 Dec 2009 15:57:52 +0000 (00:57 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 13 Feb 2010 03:26:03 +0000 (12:26 +0900)
commite605f0a7249d8002c660af379f884896cbaa45ae
tree8daadf8848cd8f6c7817c399e568a2fcecdf0255
parentdcd76186955e2b595c378dbe5b9bb6c8c5374b10
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 <konishi.ryusuke@lab.ntt.co.jp>
Cc: Jiro SEKIBA <jir@unicus.jp>
fs/nilfs2/segment.c
fs/nilfs2/super.c
fs/nilfs2/the_nilfs.h