Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b87ca919 authored by Ryusuke Konishi's avatar Ryusuke Konishi
Browse files

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: default avatarRyusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
parent e2d1591a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.
	 */