Prev: [PATCH 6/8] uml: Pushdown the bkl from harddog_kern ioctl
Next: [PATCH 4/8] sunrpc: Pushdown the bkl from ioctl
From: Frederic Weisbecker on 19 May 2010 13:30 We are very close to the end of struct file_operations::ioctl What remains: sound/oss: coming soon v4l: Waiting for inclusion or approval in v4l tree udf: Approved but not yet included in udf tree logfs: Waiting for inclusion or approval in logfs tree If you prefer some of the following patches to go through your tree, please tell me quickly so that I drop them before pushing for .35 Thanks. --- Frederic Weisbecker (8): ecryptfs: Pushdown the bkl from ioctl autofs: Pushdown the bkl from ioctl autofs4: Pushdown the bkl from ioctl sunrpc: Pushdown the bkl from ioctl sunrpc: Pushdown the bkl from sunrpc cache ioctl uml: Pushdown the bkl from harddog_kern ioctl cris: Pushdown the bkl from ioctl ia64: Use unlocked_ioctl from perfmon arch/cris/arch-v10/drivers/gpio.c | 30 ++++++++++++++++++--------- arch/cris/arch-v10/drivers/i2c.c | 24 ++++++++++++++++----- arch/cris/arch-v10/drivers/sync_serial.c | 32 +++++++++++++++++++--------- arch/cris/arch-v32/drivers/cryptocop.c | 24 ++++++++++++++++----- arch/cris/arch-v32/drivers/mach-a3/gpio.c | 28 +++++++++++++++++-------- arch/cris/arch-v32/drivers/mach-fs/gpio.c | 29 +++++++++++++++++--------- arch/cris/arch-v32/drivers/sync_serial.c | 30 +++++++++++++++++++-------- arch/ia64/kernel/perfmon.c | 22 ++++++++++---------- arch/um/drivers/harddog_kern.c | 18 +++++++++++++-- fs/autofs/root.c | 19 ++++++++++++++-- fs/autofs4/root.c | 22 ++++++++++++++++--- fs/ecryptfs/file.c | 23 ++++++++++++++++---- net/sunrpc/cache.c | 13 +++++++++-- net/sunrpc/rpc_pipe.c | 18 +++++++++++++-- 14 files changed, 240 insertions(+), 92 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/ |