diff options
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-05-08 21:05:21 -0400 |
---|---|---|
committer | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2010-05-09 22:32:34 -0400 |
commit | b87ca91948843472c05ae49e4c5e1714001d24c9 (patch) | |
tree | d7609414530230fb5f1c9b8910b83915fa8c7251 /fs/nilfs2 | |
parent | e2d1591a13118b2bccb41af06830a2904478a514 (diff) |
nilfs2: update comment on deactivate_super at nilfs_get_sb
deactivate_super was replaced with deactivate_locked_super, but the
comment of nilfs_get_sb remain unchanged. This renews the comment.
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Diffstat (limited to 'fs/nilfs2')
-rw-r--r-- | fs/nilfs2/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 6b05771d120..c88e6641733 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c | |||
@@ -1106,7 +1106,7 @@ nilfs_get_sb(struct file_system_type *fs_type, int flags, | |||
1106 | put_nilfs(nilfs); | 1106 | put_nilfs(nilfs); |
1107 | deactivate_locked_super(s); | 1107 | deactivate_locked_super(s); |
1108 | /* | 1108 | /* |
1109 | * deactivate_super() invokes close_bdev_exclusive(). | 1109 | * deactivate_locked_super() invokes close_bdev_exclusive(). |
1110 | * We must finish all post-cleaning before this call; | 1110 | * We must finish all post-cleaning before this call; |
1111 | * put_nilfs() needs the block device. | 1111 | * put_nilfs() needs the block device. |
1112 | */ | 1112 | */ |