commit | bcbc8c648d6cc88f771435d8031c1a13e00945ed | [log] [tgz] |
---|---|---|
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon Dec 27 00:05:49 2010 +0900 |
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | Mon Jan 10 14:37:54 2011 +0900 |
tree | f74a2e7fffb5669823066f8fb875fff535ab8529 | |
parent | 06df0f999247a3153c3ec284c7ada36ef785eb97 [diff] |
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 <sfr@canb.auug.org.au>: fix conflict with commit b74c79e99389cd79b31fcc08f82c24e492e63c7e] Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>