[GIT PULL] Bkl ioctl removal for 2.6.36

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Frederic Weisbecker
Date: Friday, August 13, 2010 - 5:47 pm

Linus,

Please pull the bkl/ioctl branch that can be found at:

git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git
	bkl/ioctl

This removes struct file_operations:ioctl() as there are no more users
of it.

That branch is based on a very recent version of your tree and not
2.6.35 because I needed every pending pushdowns to be upstream before
applying the final removal (and test it with allyesconfig).

Thanks,
	Frederic
---

Arnd Bergmann (2):
      logfs: kill BKL
      bkl: Remove locked .ioctl file operation

Frederic Weisbecker (1):
      v4l: Remove reference to bkl ioctl in compat ioctl handling


 Documentation/filesystems/Locking         |    8 +-------
 Documentation/filesystems/vfs.txt         |    6 +-----
 drivers/media/video/v4l2-compat-ioctl32.c |    7 +------
 fs/bad_inode.c                            |    7 -------
 fs/compat_ioctl.c                         |    3 +--
 fs/ioctl.c                                |   18 ++++--------------
 fs/logfs/dir.c                            |    2 +-
 fs/logfs/file.c                           |    6 +++---
 fs/logfs/logfs.h                          |    3 +--
 fs/proc/inode.c                           |   17 ++++-------------
 include/linux/fs.h                        |    5 ++---
 11 files changed, 19 insertions(+), 63 deletions(-)
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[GIT PULL] Bkl ioctl removal for 2.6.36, Frederic Weisbecker, (Fri Aug 13, 5:47 pm)