Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751722AbbGaJVO (ORCPT ); Fri, 31 Jul 2015 05:21:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55969 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750968AbbGaJVK (ORCPT ); Fri, 31 Jul 2015 05:21:10 -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: <4fd8dd8ed76901a89d6cd17e50ac585ea929f1fb.1438331416.git.viresh.kumar@linaro.org> References: <4fd8dd8ed76901a89d6cd17e50ac585ea929f1fb.1438331416.git.viresh.kumar@linaro.org> To: Viresh Kumar Cc: dhowells@redhat.com, akpm@linux-foundation.org, linaro-kernel@lists.linaro.org, linux-kernel@vger.kernel.org, Alexander Viro , Andreas Dilger , Anna Schumaker , Boaz Harrosh , Christoph Hellwig , ecryptfs@vger.kernel.org (open list:ECRYPT FILE SYSTEM), "Eric W. Biederman" , Fabian Frederick , Joe Perches , linux-cifs@vger.kernel.org (open list:COMMON INTERNET FILE SYSTEM (CIFS)), linux-ext4@vger.kernel.org (open list:EXT4 FILE SYSTEM), linux-fsdevel@vger.kernel.org (open list:FILESYSTEMS (VFS and infrastructure)), linux-nfs@vger.kernel.org (open list:NFS, SUNRPC, AND LOCKD CLIENTS), Peng Tao , Petr Vandrovec , samba-technical@lists.samba.org (moderated list:COMMON INTERNET FILE SYSTEM (CIFS)), Steve French , "Theodore Ts'o" , Tom Haynes , Trond Myklebust , Tyler Hicks , Weston Andros Adamson Subject: Re: [PATCH 12/15] fs: Drop unlikely before IS_ERR(_OR_NULL) MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <395.1438334456.1@warthog.procyon.org.uk> Date: Fri, 31 Jul 2015 10:20:56 +0100 Message-ID: <396.1438334456@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 531 Lines: 13 Viresh Kumar wrote: > IS_ERR(_OR_NULL) already contain an 'unlikely' compiler flag and there > is no need to do that again from its callers. Drop it. > > Signed-off-by: Viresh Kumar Reviewed-by: David Howells -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/