fs: fix indentation in deactivate_super()
Fix the breaked indent in deactive_super(). Signed-off-by: Yufen Yu <yuyufen@huawei.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
5ad05cc8e0
commit
cc23402c1c
|
@ -361,7 +361,7 @@ EXPORT_SYMBOL(deactivate_locked_super);
|
||||||
*/
|
*/
|
||||||
void deactivate_super(struct super_block *s)
|
void deactivate_super(struct super_block *s)
|
||||||
{
|
{
|
||||||
if (!atomic_add_unless(&s->s_active, -1, 1)) {
|
if (!atomic_add_unless(&s->s_active, -1, 1)) {
|
||||||
down_write(&s->s_umount);
|
down_write(&s->s_umount);
|
||||||
deactivate_locked_super(s);
|
deactivate_locked_super(s);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue