diff options
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | 2012-07-25 18:12:11 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-08-04 12:15:38 +0400 |
commit | 166ac34b74faa757ca936fde790d2121a3f40f65 (patch) | |
tree | 2654cc985b0eaff30a059ded69489268c9c4cffc /fs/nilfs2/the_nilfs.h | |
parent | 50640bcc0a0e5a66587fa051b327654c739c9c19 (diff) | |
download | linux-166ac34b74faa757ca936fde790d2121a3f40f65.tar.gz linux-166ac34b74faa757ca936fde790d2121a3f40f65.tar.bz2 linux-166ac34b74faa757ca936fde790d2121a3f40f65.zip |
nilfs2: nuke write_super from comments
The '->write_super' superblock method is gone, and this patch removes all the
references to 'write_super' from ntfs.
Cc: KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/nilfs2/the_nilfs.h')
-rw-r--r-- | fs/nilfs2/the_nilfs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/nilfs2/the_nilfs.h b/fs/nilfs2/the_nilfs.h index 6eee4177807b..be1267a34cea 100644 --- a/fs/nilfs2/the_nilfs.h +++ b/fs/nilfs2/the_nilfs.h @@ -107,8 +107,6 @@ struct the_nilfs { * used for * - loading the latest checkpoint exclusively. * - allocating a new full segment. - * - protecting s_dirt in the super_block struct - * (see nilfs_write_super) and the following fields. */ struct buffer_head *ns_sbh[2]; struct nilfs_super_block *ns_sbp[2]; |