[patch 1/10] fs: libfs buffered write leak fix

2007-01-12 Thread Nick Piggin
simple_prepare_write and nobh_prepare_write leak uninitialised kernel data. Fix the former, make a note of the latter. Several other filesystems seem to be iffy here, too. Signed-off-by: Nick Piggin <[EMAIL PROTECTED]> Index: linux-2.6/fs/libfs.c

[patch 1/10] fs: libfs buffered write leak fix

2007-01-12 Thread Nick Piggin
simple_prepare_write and nobh_prepare_write leak uninitialised kernel data. Fix the former, make a note of the latter. Several other filesystems seem to be iffy here, too. Signed-off-by: Nick Piggin [EMAIL PROTECTED] Index: linux-2.6/fs/libfs.c