mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
switch nilfs2 to deactivate_locked_super()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
3d1e463158
commit
a95161aaa8
1 changed files with 1 additions and 2 deletions
|
@ -1118,8 +1118,7 @@ nilfs_get_sb(struct file_system_type *fs_type, int flags,
|
||||||
/* Abandoning the newly allocated superblock */
|
/* Abandoning the newly allocated superblock */
|
||||||
mutex_unlock(&nilfs->ns_mount_mutex);
|
mutex_unlock(&nilfs->ns_mount_mutex);
|
||||||
put_nilfs(nilfs);
|
put_nilfs(nilfs);
|
||||||
up_write(&s->s_umount);
|
deactivate_locked_super(s);
|
||||||
deactivate_super(s);
|
|
||||||
/*
|
/*
|
||||||
* deactivate_super() invokes close_bdev_exclusive().
|
* deactivate_super() invokes close_bdev_exclusive().
|
||||||
* We must finish all post-cleaning before this call;
|
* We must finish all post-cleaning before this call;
|
||||||
|
|
Loading…
Reference in a new issue