From: Arnd Bergmann on
Here comes my share of the remaining code.

> Arnd
> ----
> arch/cris/arch-v10/drivers/ds1302.c
> arch/cris/arch-v10/drivers/pcf8563.c
> arch/cris/arch-v32/drivers/i2c.c
> arch/cris/arch-v32/drivers/pcf8563.c
> arch/ia64/sn/kernel/sn2/sn_hwperf.c

done

> arch/m68k/mvme16x/rtc.c

dropped, as suggested by Geert

> arch/um/drivers/mmapper_kern.c
> fs/coda/psdev.c
> fs/hfsplus/dir.c
> fs/logfs/file.c

done

> fs/ntfs/dir.c

Nothing to see here

> fs/smbfs/file.c

done


Arnd Bergmann (6):
logfs: push down BKL into ioctl function
hfsplus: push down BKL into ioctl function
cris: push down BKL into some device drivers
sn_hwperf: kill BKL usage
um/mmapper: remove BKL usage
coda/psdev: remove BKL from ioctl function

arch/cris/arch-v10/drivers/ds1302.c | 20 +++++++++++++++-----
arch/cris/arch-v10/drivers/pcf8563.c | 19 +++++++++++++++----
arch/cris/arch-v32/drivers/i2c.c | 22 ++++++++++++++--------
arch/cris/arch-v32/drivers/pcf8563.c | 21 ++++++++++++++++-----
arch/ia64/sn/kernel/sn2/sn_hwperf.c | 9 ++-------
arch/um/drivers/mmapper_kern.c | 5 ++---
fs/coda/psdev.c | 5 ++---
fs/hfsplus/dir.c | 2 +-
fs/hfsplus/hfsplus_fs.h | 3 +--
fs/hfsplus/ioctl.c | 11 ++++++++---
fs/logfs/dir.c | 2 +-
fs/logfs/file.c | 19 +++++++++++++++----
fs/logfs/logfs.h | 4 ++--
13 files changed, 94 insertions(+), 48 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/