diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2009-08-09 00:52:02 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-12-16 12:16:42 -0500 |
commit | a95161aaa801c18c52b2e7cf3d6b4b141c00a20a (patch) | |
tree | 62d9989ea04a37ae276101de8d151eadeea86c88 /fs/nilfs2 | |
parent | 3d1e463158febf6e047897597722f768b15350cd (diff) | |
download | linux-3.10-a95161aaa801c18c52b2e7cf3d6b4b141c00a20a.tar.gz linux-3.10-a95161aaa801c18c52b2e7cf3d6b4b141c00a20a.tar.bz2 linux-3.10-a95161aaa801c18c52b2e7cf3d6b4b141c00a20a.zip |
switch nilfs2 to deactivate_locked_super()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/nilfs2')
-rw-r--r-- | fs/nilfs2/super.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index 5403b3ef3a4..8173faee31e 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c @@ -1118,8 +1118,7 @@ nilfs_get_sb(struct file_system_type *fs_type, int flags, /* Abandoning the newly allocated superblock */ mutex_unlock(&nilfs->ns_mount_mutex); put_nilfs(nilfs); - up_write(&s->s_umount); - deactivate_super(s); + deactivate_locked_super(s); /* * deactivate_super() invokes close_bdev_exclusive(). * We must finish all post-cleaning before this call; |