All of lore.kernel.org
 help / color / mirror / Atom feed
* + proc-delete-children_seq_release.patch added to -mm tree
@ 2017-11-28 22:43 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-11-28 22:43 UTC (permalink / raw)
  To: adobriyan, gorcunov, mm-commits


The patch titled
     Subject: fs/proc/array.c: delete children_seq_release()
has been added to the -mm tree.  Its filename is
     proc-delete-children_seq_release.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/proc-delete-children_seq_release.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/proc-delete-children_seq_release.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: Alexey Dobriyan <adobriyan@gmail.com>
Subject: fs/proc/array.c: delete children_seq_release()

It is 1:1 wrapper around seq_release().

Link: http://lkml.kernel.org/r/20171122171510.GA12161@avx2
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 fs/proc/array.c |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff -puN fs/proc/array.c~proc-delete-children_seq_release fs/proc/array.c
--- a/fs/proc/array.c~proc-delete-children_seq_release
+++ a/fs/proc/array.c
@@ -733,16 +733,10 @@ static int children_seq_open(struct inod
 	return ret;
 }
 
-int children_seq_release(struct inode *inode, struct file *file)
-{
-	seq_release(inode, file);
-	return 0;
-}

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-11-28 22:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-28 22:43 + proc-delete-children_seq_release.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.