aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nilfs2/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nilfs2/super.c')
-rw-r--r--fs/nilfs2/super.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c
index 6b05771d120a..c88e66417330 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 */