From db14fc3abcd5dcc9b32ad5b9dd5b8f9e16295a39 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 5 Sep 2013 11:44:35 +0200 Subject: [PATCH] vfs: add d_walk() This one replaces three instances open coded tree walking (have_submounts, select_parent, d_genocide) with a common helper. In addition to slightly reducing the kernel size, this simplifies the callers and makes them less bug prone. Signed-off-by: Miklos Szeredi Signed-off-by: Al Viro --- Reading git-format-patch failed