kernel-ark/fs/ecryptfs
Michael Halcrow d4c5cdb3e0 zero out last page for llseek/write
When one llseek's past the end of the file and then writes, every page past
the previous end of the file should be cleared.  Trevor found that the code,
as is, does not assure that the very last page is always cleared.  This patch
takes care of that.

Signed-off-by: Michael Halcrow <mhalcrow@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-06-28 11:34:53 -07:00
..
crypto.c
debug.c
dentry.c
ecryptfs_kernel.h eCryptfs: fix write zeros behavior 2007-06-28 11:34:53 -07:00
file.c eCryptfs: delay writing 0's after llseek until write 2007-05-23 20:14:15 -07:00
inode.c eCryptfs: initialize crypt_stat in setattr 2007-06-28 11:34:53 -07:00
keystore.c
main.c Remove SLAB_CTOR_CONSTRUCTOR 2007-05-17 05:23:04 -07:00
Makefile
messaging.c Detach sched.h from mm.h 2007-05-21 09:18:19 -07:00
mmap.c zero out last page for llseek/write 2007-06-28 11:34:53 -07:00
netlink.c
super.c