From: Ryusuke Konishi Date: Thu, 5 Nov 2009 06:53:27 +0000 (+0900) Subject: nilfs2: stop marking metadata inode dirty within btree operations X-Git-Tag: v2.6.33-rc1~322^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09bf4aae0a3c471b721c43e7bdb6132200d907b2;p=pandora-kernel.git nilfs2: stop marking metadata inode dirty within btree operations Since metadata file routines mark the inode dirty after they successfully changed bmap objects, nilfs_mdt_mark_dirty() calls in nilfs_bmap_add_blocks() and nilfs_bmap_sub_blocks() are redundant. This removes these overlapping calls from the bmap routines. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed