Re: [PATCH] fs: proc: use the PDE to to get proc_dir_entry

2015-01-06 Thread Nicolas Dichtel
Le 27/12/2014 14:52, Alexander Kuleshov a écrit : Use the PDE to get proc_dir_entry instead of coding it directly. Signed-off-by: Alexander Kuleshov Acked-by: Nicolas Dichtel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH] fs: proc: use the PDE to to get proc_dir_entry

2015-01-06 Thread Nicolas Dichtel
Le 27/12/2014 14:52, Alexander Kuleshov a écrit : Use the PDE to get proc_dir_entry instead of coding it directly. Signed-off-by: Alexander Kuleshov kuleshovm...@gmail.com Acked-by: Nicolas Dichtel nicolas.dich...@6wind.com -- To unsubscribe from this list: send the line unsubscribe

[PATCH] fs: proc: use the PDE to to get proc_dir_entry

2014-12-27 Thread Alexander Kuleshov
Use the PDE to get proc_dir_entry instead of coding it directly. Signed-off-by: Alexander Kuleshov --- fs/proc/generic.c | 2 +- fs/proc/inode.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/proc/generic.c b/fs/proc/generic.c index 7fea132..de14e46 100644 ---

[PATCH] fs: proc: use the PDE to to get proc_dir_entry

2014-12-27 Thread Alexander Kuleshov
Use the PDE to get proc_dir_entry instead of coding it directly. Signed-off-by: Alexander Kuleshov kuleshovm...@gmail.com --- fs/proc/generic.c | 2 +- fs/proc/inode.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/proc/generic.c b/fs/proc/generic.c index