public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Viresh Kumar <viresh.kumar@linaro.org>
To: Steve French <smfrench@gmail.com>
Cc: Jeff Layton <jlayton@poochiereds.net>,
	Boaz Harrosh <ooo@electrozaur.com>,
	"open list:NFS, Peng Tao <tao.peng@primarydata.com>,
	Petr Vandrovec <petr@vandrovec.name>,
	samba-technical@lists.samba.org moderated list:COMMON INTERNET
	FILE SYSTEM CIFS, Steve French <sfrench@samba.org>,
	Theodore Ts'o <tytso@mit.edu>,
	Tom Haynes <loghyr@primarydata.com>,
	Trond Myklebust <trond.myklebust@primarydata.com>,
	Tyler Hicks <tyhicks@canonical.com>,
	Weston Andros Adamson <dros@primarydata.com>",
	<linux-nfs@vger.kernel.org>,
	linaro-kernel@lists.linaro.org, Jiri Kosina <trivial@kernel.org>,
	"open list:COMMON INTERNET FILE SYSTEM CIFS" 
	<linux-cifs@vger.kernel.org>,
	"open list:ECRYPT FILE SYSTEM" <ecryptfs@vger.kernel.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Christoph Hellwig <hch@lst.de>,
	David Howells <dhowells@redhat.com>,
	"open list:FILESYSTEMS VFS and infrastructure" 
	<linux-fsdevel@vger.kernel.org>,
	Andreas Dilger <adilger.kernel@dilger.ca>,
	Alexander Viro <viro@zeniv.linux.org.uk>,
	Fabian Frederick <fabf@skynet.be>,
	Andrew Morton <akpm@linux-foundation.org>,
	"open list:EXT4 FILE SYSTEM" <linux-ext4@vger.kernel.org>,
	Anna Schumaker <anna.schumaker@netapp.com>,
	"Eric W. Biederman" <ebiederm@xmission.com>
Subject: Re: [PATCH V1 Resend 07/10] fs: Drop unlikely before IS_ERR(_OR_NULL)
Date: Thu, 20 Aug 2015 21:44:16 +0530	[thread overview]
Message-ID: <20150820161416.GC4159@linux> (raw)
In-Reply-To: <CAH2r5mvUC2WO6sVqhe_QCgiCJbRbahDsSj=-Uzk7LB_peTqjLQ@mail.gmail.com>

On 20-08-15, 11:08, Steve French wrote:
> Reviewed-by: Steve French <smfrench@gmail.com>
> 
> Do you want me to merge the fs/cifs part of this independently (into
> cifs-2.6.git staging tree) or are you going to merge all of this
> (which changes multiple fs) at one time through someone else's tree?

The plan is to merge via Trivial tree, but the Maintainer isn't
responding yet :)

-- 
viresh

  reply	other threads:[~2015-08-20 16:14 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-12 10:29 [PATCH V1 Resend 00/10] trivial: Drop unlikely before IS_ERR(_OR_NULL) Viresh Kumar
2015-08-12 10:29 ` [PATCH V1 Resend 01/10] err.h: add (missing) unlikely() to IS_ERR_OR_NULL() Viresh Kumar
2015-10-07 10:35   ` Viresh Kumar
2015-08-12 10:29 ` [PATCH V1 Resend 02/10] PM / OPP: Drop unlikely before IS_ERR(_OR_NULL) Viresh Kumar
2015-08-28 14:17   ` Rafael J. Wysocki
2015-08-28 13:52     ` Jiri Kosina
2015-08-28 14:30       ` Rafael J. Wysocki
2015-09-09  2:43       ` Viresh Kumar
2015-08-12 10:29 ` [PATCH V1 Resend 03/10] drivers: devfreq: " Viresh Kumar
2015-08-12 10:29 ` [PATCH V1 Resend 04/10] drivers: misc: " Viresh Kumar
2015-08-12 10:29 ` [PATCH V1 Resend 05/10] drivers: net: " Viresh Kumar
2015-08-12 10:29 ` [PATCH V1 Resend 06/10] drivers: rtc: Drop (un)likely " Viresh Kumar
2015-08-12 10:41   ` Alexandre Belloni
2015-08-12 10:46     ` Viresh Kumar
2015-08-12 11:42       ` Alexandre Belloni
2015-08-12 11:47         ` Viresh Kumar
2015-08-12 10:29 ` [PATCH V1 Resend 07/10] fs: Drop unlikely " Viresh Kumar
     [not found]   ` <20150812142815.27968b32@tlielax.poochiereds.net>
2015-08-20 16:08     ` Steve French
2015-08-20 16:14       ` Viresh Kumar [this message]
2015-08-12 10:29 ` [PATCH V1 Resend 08/10] blk-cgroup: " Viresh Kumar
2015-08-12 10:29 ` [PATCH V1 Resend 09/10] mm: " Viresh Kumar
2015-08-12 10:29 ` [PATCH V1 Resend 10/10] net: " Viresh Kumar
2015-08-18  9:08 ` [PATCH V1 Resend 00/10] trivial: " Viresh Kumar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150820161416.GC4159@linux \
    --to=viresh.kumar@linaro.org \
    --cc=adilger.kernel@dilger.ca \
    --cc=akpm@linux-foundation.org \
    --cc=anna.schumaker@netapp.com \
    --cc=dhowells@redhat.com \
    --cc=ebiederm@xmission.com \
    --cc=ecryptfs@vger.kernel.org \
    --cc=fabf@skynet.be \
    --cc=hch@lst.de \
    --cc=jlayton@poochiereds.net \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-cifs@vger.kernel.org \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-nfs@vger.kernel.org \
    --cc=ooo@electrozaur.com \
    --cc=smfrench@gmail.com \
    --cc=trivial@kernel.org \
    --cc=viro@zeniv.linux.org.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox