Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e77fbddf authored by Ian Kent's avatar Ian Kent Committed by Linus Torvalds
Browse files

[PATCH] autofs4: white space cleanup for waitq.c



Whitespace and formating changes to waitq code.

Signed-off-by: default avatarIan Kent <raven@themaw.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d7c4a5f1
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -45,7 +45,6 @@ void autofs4_catatonic_mode(struct autofs_sb_info *sbi)
		fput(sbi->pipe);	/* Close the pipe */
		sbi->pipe = NULL;
	}

	shrink_dcache_sb(sbi->sb);
}