From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751646AbcB2Q7i (ORCPT ); Mon, 29 Feb 2016 11:59:38 -0500 Received: from mail-lf0-f51.google.com ([209.85.215.51]:33735 "EHLO mail-lf0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751129AbcB2Q7h (ORCPT ); Mon, 29 Feb 2016 11:59:37 -0500 Date: Mon, 29 Feb 2016 19:59:32 +0300 From: Cyrill Gorcunov To: Eric Engestrom Cc: Andrew Morton , Al Viro , Kees Cook , Alexey Dobriyan , Ingo Molnar , Mateusz Guzik , Calvin Owens , Joe Perches , David Howells , linux-kernel@vger.kernel.org Subject: Re: [PATCH] procfs: add conditional compilation check Message-ID: <20160229165932.GA19236@uranus.lan> References: <1456763437-32572-1-git-send-email-eric.engestrom@imgtec.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1456763437-32572-1-git-send-email-eric.engestrom@imgtec.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 29, 2016 at 04:30:37PM +0000, 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!