]> git.baikalelectronics.ru Git - kernel.git/commit
nilfs2: use root object to get ifile
authorRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 14 Aug 2010 04:07:15 +0000 (13:07 +0900)
committerRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Sat, 23 Oct 2010 00:24:35 +0000 (09:24 +0900)
commit693b9b4ce61c714e6785ff9f20dbf9cf2d846bac
tree46209cdf7417863024131ff54f56120e43ae7a7b
parent13388713a1c9eaa6cbe686d3c9e577f7f91c43b7
nilfs2: use root object to get ifile

This rewrites functions using ifile so that they get ifile from
nilfs_root object, and will remove sbi->s_ifile.  Some functions that
don't know the root object are extended to receive it from caller.

Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
fs/nilfs2/inode.c
fs/nilfs2/nilfs.h
fs/nilfs2/recovery.c
fs/nilfs2/sb.h
fs/nilfs2/segment.c
fs/nilfs2/segment.h
fs/nilfs2/super.c