From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyrill Gorcunov Date: Fri, 01 Aug 2014 08:32:22 +0000 Subject: Re: [patch] timerfd: remove an always true check Message-Id: <20140801083222.GF17343@moon> List-Id: References: <20140801082848.GF28869@mwanda> In-Reply-To: <20140801082848.GF28869@mwanda> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Dan Carpenter Cc: Thomas Gleixner , Alexander Viro , linux-fsdevel@vger.kernel.org, kernel-janitors@vger.kernel.org On Fri, Aug 01, 2014 at 11:28:48AM +0300, Dan Carpenter wrote: > We would have returned -EINVAL earlier if ticks wasn't set. > > Signed-off-by: Dan Carpenter Acked-by: Cyrill Gorcunov Yeah, thanks a lot, Dan!