* [patch 020/114] fs/proc/array.c: delete children_seq_release()
@ 2018-02-06 23:37 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2018-02-06 23:37 UTC (permalink / raw)
To: adobriyan, akpm, gorcunov, mm-commits, torvalds
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
@@ -736,16 +736,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:[~2018-02-06 23:37 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-06 23:37 [patch 020/114] fs/proc/array.c: delete children_seq_release() 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.