diff options
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-12-27 00:04:06 +0900 |
---|---|---|
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2011-01-10 14:05:46 +0900 |
commit | 06df0f999247a3153c3ec284c7ada36ef785eb97 (patch) | |
tree | 28474b360eb4c21ce6ebe0efc460530fd99d923a /fs/nilfs2/sb.h | |
parent | a7a8447edef2cfa9b28cc3892993d9fafb362671 (diff) | |
download | linux-stable-06df0f999247a3153c3ec284c7ada36ef785eb97.tar.gz linux-stable-06df0f999247a3153c3ec284c7ada36ef785eb97.tar.bz2 linux-stable-06df0f999247a3153c3ec284c7ada36ef785eb97.zip |
nilfs2: get rid of nilfs_mount_options structure
Only mount_opt member is used in the nilfs_mount_options structure,
and we can simplify it.
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 | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/nilfs2/sb.h b/fs/nilfs2/sb.h index 35a07157b980..7a17715f215f 100644 --- a/fs/nilfs2/sb.h +++ b/fs/nilfs2/sb.h @@ -27,14 +27,6 @@ #include <linux/types.h> #include <linux/fs.h> -/* - * Mount options - */ -struct nilfs_mount_options { - unsigned long mount_opt; - __u64 snapshot_cno; -}; - struct the_nilfs; struct nilfs_sc_info; |