From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757222AbbIUQLG (ORCPT ); Mon, 21 Sep 2015 12:11:06 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56887 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756668AbbIUQLE (ORCPT ); Mon, 21 Sep 2015 12:11:04 -0400 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <17908.1442843326@warthog.procyon.org.uk> References: <17908.1442843326@warthog.procyon.org.uk> <1442842450-29769-33-git-send-email-a.hajda@samsung.com> <1442842450-29769-1-git-send-email-a.hajda@samsung.com> Cc: dhowells@redhat.com, Andrzej Hajda , linux-kernel@vger.kernel.org, Bartlomiej Zolnierkiewicz , Marek Szyprowski , linux-cachefs@redhat.com Subject: Re: [PATCH 32/38] fs/cachefiles: remove invalid checks MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <23326.1442851859.1@warthog.procyon.org.uk> Date: Mon, 21 Sep 2015 17:10:59 +0100 Message-ID: <23327.1442851859@warthog.procyon.org.uk> To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Howells wrote: > > - ASSERT(cache->fstop_percent >= 0 && > > This is fine. The compiler should just ignore it. By fine, I mean fine as-is. It shouldn't need changing. David