From: Greg Kroah-Hartman Date: Mon, 17 Jan 2022 11:12:51 +0000 (+0100) Subject: fix up queue-5.4/devtmpfs-regression-fix-reconfigure-on-each-mount.patch X-Git-Tag: v5.16.2~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29a65d93f50cd4fa9377c5fe3b2037c7167922ee;p=thirdparty%2Fkernel%2Fstable-queue.git fix up queue-5.4/devtmpfs-regression-fix-reconfigure-on-each-mount.patch --- diff --git a/queue-5.4/devtmpfs-regression-fix-reconfigure-on-each-mount.patch b/queue-5.4/devtmpfs-regression-fix-reconfigure-on-each-mount.patch index f5629c32929..e16874a24cf 100644 --- a/queue-5.4/devtmpfs-regression-fix-reconfigure-on-each-mount.patch +++ b/queue-5.4/devtmpfs-regression-fix-reconfigure-on-each-mount.patch @@ -24,14 +24,22 @@ Signed-off-by: NeilBrown Signed-off-by: Linus Torvalds Signed-off-by: Greg Kroah-Hartman --- - drivers/base/devtmpfs.c | 7 +++++++ + drivers/base/devtmpfs.c | 8 ++++++++ fs/super.c | 4 ++-- include/linux/fs_context.h | 2 ++ - 3 files changed, 11 insertions(+), 2 deletions(-) + 3 files changed, 12 insertions(+), 2 deletions(-) --- a/drivers/base/devtmpfs.c +++ b/drivers/base/devtmpfs.c -@@ -62,8 +62,15 @@ static struct dentry *public_dev_mount(s +@@ -25,6 +25,7 @@ + #include + #include + #include ++#include + #include + #include "base.h" + +@@ -62,8 +63,15 @@ static struct dentry *public_dev_mount(s const char *dev_name, void *data) { struct super_block *s = mnt->mnt_sb;