Skip to content

Commit cc23402

Browse files
Yufen YuAl Viro
authored andcommitted
fs: fix indentation in deactivate_super()
Fix the breaked indent in deactive_super(). Signed-off-by: Yufen Yu <[email protected]> Signed-off-by: Al Viro <[email protected]>
1 parent 5ad05cc commit cc23402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/super.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ EXPORT_SYMBOL(deactivate_locked_super);
361361
*/
362362
void deactivate_super(struct super_block *s)
363363
{
364-
if (!atomic_add_unless(&s->s_active, -1, 1)) {
364+
if (!atomic_add_unless(&s->s_active, -1, 1)) {
365365
down_write(&s->s_umount);
366366
deactivate_locked_super(s);
367367
}

0 commit comments

Comments
 (0)