]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
patch refresh
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Dec 2020 07:49:01 +0000 (08:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 28 Dec 2020 07:49:01 +0000 (08:49 +0100)
queue-5.10/proc-mountinfo-make-splice-available-again.patch

index f67cd804981759df4ed8349bbc0211b35628cd0b..878448970c5412f5b0c98a8aa4c5d99b8f7edc9b 100644 (file)
@@ -30,15 +30,14 @@ Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 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,
@@ -48,7 +47,7 @@ index e59d4bb3a89e4..eafb75755fa37 100644
        .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,
@@ -58,7 +57,7 @@ index e59d4bb3a89e4..eafb75755fa37 100644
        .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,
@@ -68,6 +67,3 @@ index e59d4bb3a89e4..eafb75755fa37 100644
        .llseek         = seq_lseek,
        .release        = mounts_release,
  };
--- 
-2.27.0
-