From: Ryusuke Konishi Date: Sun, 9 May 2010 01:05:21 +0000 (+0900) Subject: nilfs2: update comment on deactivate_super at nilfs_get_sb X-Git-Tag: v2.6.35-rc1~462^2~2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b87ca91948843472c05ae49e4c5e1714001d24c9;p=~shefty%2Frdma-dev.git 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 --- 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, put_nilfs(nilfs); deactivate_locked_super(s); /* - * deactivate_super() invokes close_bdev_exclusive(). + * deactivate_locked_super() invokes close_bdev_exclusive(). * We must finish all post-cleaning before this call; * put_nilfs() needs the block device. */