From 582ef1e8ea5515ff6bf65b6860c54bfcf330eef1 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 25 Jul 2012 18:12:11 +0300 Subject: [PATCH] --- yaml --- r: 321399 b: refs/heads/master c: 166ac34b74faa757ca936fde790d2121a3f40f65 h: refs/heads/master i: 321397: 7b8758f4b8777bc33c8a65ff6c2dfe480f81afb9 321395: 1928aa92b1797e94870e99e4663937e1695e75c6 321391: ef7bb4a1a32c9f8cb1e1993c3f5f13e01bca8fe9 v: v3 --- [refs] | 2 +- trunk/fs/nilfs2/super.c | 4 ---- trunk/fs/nilfs2/the_nilfs.h | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 1bf785e9fa2d..b5d864e0d7da 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 50640bcc0a0e5a66587fa051b327654c739c9c19 +refs/heads/master: 166ac34b74faa757ca936fde790d2121a3f40f65 diff --git a/trunk/fs/nilfs2/super.c b/trunk/fs/nilfs2/super.c index 6522cac6057c..6a10812711c1 100644 --- a/trunk/fs/nilfs2/super.c +++ b/trunk/fs/nilfs2/super.c @@ -676,17 +676,13 @@ static const struct super_operations nilfs_sops = { .alloc_inode = nilfs_alloc_inode, .destroy_inode = nilfs_destroy_inode, .dirty_inode = nilfs_dirty_inode, - /* .write_inode = nilfs_write_inode, */ - /* .drop_inode = nilfs_drop_inode, */ .evict_inode = nilfs_evict_inode, .put_super = nilfs_put_super, - /* .write_super = nilfs_write_super, */ .sync_fs = nilfs_sync_fs, .freeze_fs = nilfs_freeze, .unfreeze_fs = nilfs_unfreeze, .statfs = nilfs_statfs, .remount_fs = nilfs_remount, - /* .umount_begin */ .show_options = nilfs_show_options }; diff --git a/trunk/fs/nilfs2/the_nilfs.h b/trunk/fs/nilfs2/the_nilfs.h index 6eee4177807b..be1267a34cea 100644 --- a/trunk/fs/nilfs2/the_nilfs.h +++ b/trunk/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];