Re: [PATCH] procfs: add conditional compilation check

2016-02-29 Thread Cyrill Gorcunov
On Mon, Feb 29, 2016 at 04:30:37PM +, Eric Engestrom wrote: > `proc_timers_operations` is only used when CONFIG_CHECKPOINT_RESTORE > is enabled. > > Signed-off-by: Eric Engestrom Acked-by: Cyrill Gorcunov Thank you!

[PATCH] procfs: add conditional compilation check

2016-02-29 Thread Eric Engestrom
`proc_timers_operations` is only used when CONFIG_CHECKPOINT_RESTORE is enabled. Signed-off-by: Eric Engestrom --- fs/proc/base.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fs/proc/base.c b/fs/proc/base.c index 4f764c2..28fc7a3 100644 --- a/fs/proc/base.c +++ b/fs/proc/base.c @@ -2158