[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <87wt2ew716.fsf@sw.ru>
Date: Mon, 19 Feb 2007 17:34:13 +0300
From: Dmitriy Monakhov <dmonakhov@...nvz.org>
To: linux-kernel@...r.kernel.org
CC: devel@...nvz.org
Subject: [PATCH] ecryptfs lower_file handling issues
1)Function ecryptfs_do_readpage() calls flush_dcache_page(lower_page),
but lower_page was't changed here. So remove this line.
2)prepare_write ret val was ignored in ecryptfs_write_inode_size_to_header().
If error happends we can't call commit_write, just do cleanup and fial.
It is issue easy to reproduce with full lower_fs, in this case prepare_write()
will return ENOSPC.
Signed-off-by: Dmitriy Monakhov <dmonakhov@...nvz.org>
-------------
View attachment "diff-mm-ecryptfs-mmap-fix-2_6_20-mm2" of type "text/plain" (987 bytes)
Powered by blists - more mailing lists