From 6497d160f6abf8d1082ff1a4efd841118cb1fddd Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 5 Sep 2013 11:44:41 +0200 Subject: [PATCH] sysfs: use check_submounts_and_drop() Do have_submounts(), shrink_dcache_parent() and d_drop() atomically. check_submounts_and_drop() can deal with negative dentries and non-directories as well. Non-directories can also be mounted on. And just like directories we don't want these to disappear with invalidation. Signed-off-by: Miklos Szeredi Acked-by: Greg Kroah-Hartman Signed-off-by: Al Viro --- Reading git-format-patch failed