Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
---
- fs/proc_namespace.c | 9 ++++++---
+ fs/proc_namespace.c | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
-diff --git a/fs/proc_namespace.c b/fs/proc_namespace.c
-index e59d4bb3a89e4..eafb75755fa37 100644
--- a/fs/proc_namespace.c
+++ b/fs/proc_namespace.c
-@@ -320,7 +320,8 @@ static int mountstats_open(struct inode *inode, struct file *file)
+@@ -320,7 +320,8 @@ static int mountstats_open(struct inode
const struct file_operations proc_mounts_operations = {
.open = mounts_open,
.llseek = seq_lseek,
.release = mounts_release,
.poll = mounts_poll,
-@@ -328,7 +329,8 @@ const struct file_operations proc_mounts_operations = {
+@@ -328,7 +329,8 @@ const struct file_operations proc_mounts
const struct file_operations proc_mountinfo_operations = {
.open = mountinfo_open,
.llseek = seq_lseek,
.release = mounts_release,
.poll = mounts_poll,
-@@ -336,7 +338,8 @@ const struct file_operations proc_mountinfo_operations = {
+@@ -336,7 +338,8 @@ const struct file_operations proc_mounti
const struct file_operations proc_mountstats_operations = {
.open = mountstats_open,
.llseek = seq_lseek,
.release = mounts_release,
};
---
-2.27.0
-