]> git.baikalelectronics.ru Git - kernel.git/commit
eCryptfs: track header bytes rather than extents
authorMichael Halcrow <mhalcrow@us.ibm.com>
Wed, 6 Feb 2008 09:38:32 +0000 (01:38 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Wed, 6 Feb 2008 18:41:12 +0000 (10:41 -0800)
commit52759ac4f549fac76392574f9a9fa168c08210b8
tree3b0e28d18f493a7c59b089c4c6fc59c79945937e
parent9ad2c4096338c06881912491c3ab2a2f0bae1249
eCryptfs: track header bytes rather than extents

Remove internal references to header extents; just keep track of header bytes
instead.  Headers can easily span multiple pages with the recent persistent
file changes.

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>
fs/ecryptfs/crypto.c
fs/ecryptfs/ecryptfs_kernel.h
fs/ecryptfs/inode.c
fs/ecryptfs/main.c
fs/ecryptfs/mmap.c