All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frederic Weisbecker <fweisbec@gmail.com>
To: John Kacur <jkacur@redhat.com>
Cc: lkml <linux-kernel@vger.kernel.org>,
	Arnd Bergmann <arnd@arndb.de>,
	Thomas Gleixner <tglx@linutronix.de>, Ingo Molnar <mingo@elte.hu>
Subject: Re: [PATCH 0/6] BKL ioctl pushdown
Date: Tue, 11 May 2010 09:08:00 +0200	[thread overview]
Message-ID: <20100511070758.GF5468@nowhere> (raw)
In-Reply-To: <1273065339-21669-1-git-send-email-jkacur@redhat.com>

On Wed, May 05, 2010 at 03:15:33PM +0200, John Kacur wrote:
> These patches convert ioctls to unlocked_ioctls by pushing down the bkl into
> them. I had to go outside of the files that we agreed on, because logically the
> ioctls in each kind of file system belong together.
> 
> Frederic and Arnd, you can pull from:
> git.kernel.org//pub/scm/linux/kernel/git/jkacur/jk-2.6.git linus-bkl-pushdown



Thanks John.

I will apply the patches from this set that haven't been applied yet,
for .35



 
> John Kacur (6):
>   coda: BKL ioctl pushdown
>   coda: Clean-up whitespace problems in pioctl.c
>   fat: BKL ioctl pushdown
>   ncpfs: BKL ioctl pushdown
>   smbfs: BKL ioctl pushdown
>   udf: BKL ioctl pushdown
> 
>  fs/coda/pioctl.c       |   76 ++++++++++++++++++++++++++----------------------
>  fs/fat/dir.c           |   36 +++++++++++++++-------
>  fs/fat/fat.h           |    3 +-
>  fs/fat/file.c          |   22 ++++++++++----
>  fs/ncpfs/dir.c         |    2 +-
>  fs/ncpfs/file.c        |    2 +-
>  fs/ncpfs/ioctl.c       |   27 ++++++++++-------
>  fs/smbfs/dir.c         |    2 +-
>  fs/smbfs/file.c        |    2 +-
>  fs/smbfs/ioctl.c       |   10 ++++--
>  fs/smbfs/proto.h       |    2 +-
>  fs/udf/dir.c           |    2 +-
>  fs/udf/file.c          |   43 +++++++++++++++++----------
>  fs/udf/udfdecl.h       |    3 +-
>  include/linux/ncp_fs.h |    2 +-
>  15 files changed, 140 insertions(+), 94 deletions(-)
> 


      parent reply	other threads:[~2010-05-11  7:08 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-05 13:15 [PATCH 0/6] BKL ioctl pushdown John Kacur
2010-05-05 13:15 ` [PATCH 1/6] coda: " John Kacur
2010-05-17  2:10   ` Frederic Weisbecker
2010-05-05 13:15 ` [PATCH 2/6] coda: Clean-up whitespace problems in pioctl.c John Kacur
2010-05-17  2:13   ` Frederic Weisbecker
2010-05-05 13:15 ` [PATCH 3/6] fat: BKL ioctl pushdown John Kacur
2010-05-05 16:04   ` OGAWA Hirofumi
2010-05-05 17:34     ` John Kacur
2010-05-05 18:30       ` OGAWA Hirofumi
2010-05-05 19:55         ` [PATCH] fat: convert to unlocked_ioctl Arnd Bergmann
2010-05-05 21:06           ` OGAWA Hirofumi
2010-05-05 20:16         ` [PATCH 3/6] fat: BKL ioctl pushdown John Kacur
2010-05-05 13:15 ` [PATCH 4/6] ncpfs: " John Kacur
2010-05-17  2:24   ` Frederic Weisbecker
2010-05-05 13:15 ` [PATCH 5/6] smbfs: " John Kacur
2010-05-17  2:26   ` Frederic Weisbecker
2010-05-17  2:35   ` Frederic Weisbecker
2010-05-17 11:46     ` John Kacur
2010-05-05 13:15 ` [PATCH 6/6] udf: " John Kacur
2010-05-05 14:39   ` Jan Kara
2010-05-11  7:08 ` Frederic Weisbecker [this message]

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=20100511070758.GF5468@nowhere \
    --to=fweisbec@gmail.com \
    --cc=arnd@arndb.de \
    --cc=jkacur@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=tglx@linutronix.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.