commit | bf12be1cc851cface331b0e74713a6bb1cb046b0 | [log] [tgz] |
---|---|---|
author | Michael Halcrow <mhalcrow@us.ibm.com> | Tue Oct 16 01:28:11 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Tue Oct 16 09:43:12 2007 -0700 |
tree | c20afee72af830fce2bf8255d63aed59a6db3c4e | |
parent | 2ed92554abc5c40d4450f9869c9565a1919a9242 [diff] |
eCryptfs: convert mmap functions to use persistent file Convert readpage, prepare_write, and commit_write to use read_write.c routines. Remove sync_page; I cannot think of a good reason for implementing that in eCryptfs. 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>