dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Ryusuke Konishi 2010-05-09 10:05:21 +09:00
parent e2d1591a13
commit b87ca91948
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/