diff options
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-08-14 13:07:15 +0900 |
---|---|---|
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-10-23 09:24:35 +0900 |
commit | e912a5b66837ee89fb025e67b5efeaa11930c2ce (patch) | |
tree | 46209cdf7417863024131ff54f56120e43ae7a7b /fs/nilfs2/sb.h | |
parent | 8e656fd518784b49453f60c5f78b78703bc85cb2 (diff) | |
download | linux-3.10-e912a5b66837ee89fb025e67b5efeaa11930c2ce.tar.gz linux-3.10-e912a5b66837ee89fb025e67b5efeaa11930c2ce.tar.bz2 linux-3.10-e912a5b66837ee89fb025e67b5efeaa11930c2ce.zip |
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>
Diffstat (limited to 'fs/nilfs2/sb.h')
-rw-r--r-- | fs/nilfs2/sb.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/nilfs2/sb.h b/fs/nilfs2/sb.h index 0776ccc2504..50c418e6438 100644 --- a/fs/nilfs2/sb.h +++ b/fs/nilfs2/sb.h @@ -68,9 +68,6 @@ struct nilfs_sb_info { spinlock_t s_inode_lock; /* Lock for the nilfs inode. It covers s_dirty_files list */ - /* Metadata files */ - struct inode *s_ifile; /* index file inode */ - /* Inode allocator */ spinlock_t s_next_gen_lock; u32 s_next_generation; |