[PATCH 1/4] proc: just list_del() struct pde_opener

2016-10-29 Thread Alexey Dobriyan
list_del_init() is too much, structure will be freed in three lines anyway. Signed-off-by: Alexey Dobriyan --- fs/proc/inode.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/proc/inode.c +++ b/fs/proc/inode.c @@ -152,7 +152,7 @@ static void

[PATCH 1/4] proc: just list_del() struct pde_opener

2016-10-29 Thread Alexey Dobriyan
list_del_init() is too much, structure will be freed in three lines anyway. Signed-off-by: Alexey Dobriyan --- fs/proc/inode.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/fs/proc/inode.c +++ b/fs/proc/inode.c @@ -152,7 +152,7 @@ static void close_pdeo(struct proc_dir_entry