Prev: [PATCH] arch/tile: Rename the hweight() implementations to __arch_hweight().
Next: [PATCH] arch/tile: rename ARCH_KMALLOC_MINALIGN to ARCH_DMA_MINALIGN
From: Frederic Weisbecker on 13 Aug 2010 20:50 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(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |