]> Git Repo - linux.git/commitdiff
fs: fix indentation in deactivate_super()
authorYufen Yu <[email protected]>
Thu, 5 Mar 2020 08:06:39 +0000 (16:06 +0800)
committerAl Viro <[email protected]>
Fri, 29 May 2020 14:35:25 +0000 (10:35 -0400)
Fix the breaked indent in deactive_super().

Signed-off-by: Yufen Yu <[email protected]>
Signed-off-by: Al Viro <[email protected]>
fs/super.c

index cd352530eca906eb64d722592c85e2fa3ef02886..7e3491b96e1d628398dd270ade872234ec925712 100644 (file)
@@ -361,7 +361,7 @@ EXPORT_SYMBOL(deactivate_locked_super);
  */
 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);
                deactivate_locked_super(s);
        }
This page took 0.063559 seconds and 4 git commands to generate.