From: Ryusuke Konishi Date: Sun, 26 Dec 2010 15:05:49 +0000 (+0900) Subject: nilfs2: do not pass sbi to functions which can get it from inode X-Git-Tag: v2.6.38-rc1~445^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bcbc8c648d6cc88f771435d8031c1a13e00945ed;p=pandora-kernel.git nilfs2: do not pass sbi to functions which can get it from inode This removes argument for passing nilfs_sb_info structure from nilfs_set_file_dirty and nilfs_load_inode_block functions. We can get a pointer to the structure from inodes. [Stephen Rothwell : fix conflict with commit b74c79e99389cd79b31fcc08f82c24e492e63c7e] Signed-off-by: Ryusuke Konishi --- Reading git-diff-tree failed