From: Ryusuke Konishi Date: Sun, 3 May 2009 12:43:01 +0000 (+0900) Subject: nilfs2: unify bmap operations starting use of indirect block address X-Git-Tag: v2.6.31-rc1~333^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d97a51a7e3c298d9899ea91165dfa0783fa5cc5c;p=pandora-kernel.git nilfs2: unify bmap operations starting use of indirect block address This simplifies some low level functions of bmap. Three bmap pointer operations, nilfs_bmap_start_v(), nilfs_bmap_commit_v(), and nilfs_bmap_abort_v(), are unified into one nilfs_bmap_start_v() function. And the related indirect function calls are replaced with it. Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed