The patch titled ecryptfs fix has been added to the -mm tree. Its filename is ecryptfs-file-operations-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this From: Michael Halcrow <mhalcrow@xxxxxxxxxx> Signed-off-by: Michael Halcrow <mhalcrow@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- fs/ecryptfs/file.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN fs/ecryptfs/file.c~ecryptfs-file-operations-fix fs/ecryptfs/file.c --- 25/fs/ecryptfs/file.c~ecryptfs-file-operations-fix Mon May 15 15:23:54 2006 +++ 25-akpm/fs/ecryptfs/file.c Mon May 15 15:23:54 2006 @@ -80,7 +80,7 @@ static loff_t ecryptfs_llseek(struct fil rv = rc; ecryptfs_printk(KERN_ERR, "Error on attempt to " "truncate to (higher) offset [0x%.16x];" - " rc = [%d]\n", rc, new_end_pos); + " rc = [%d]\n", new_end_pos, rc); goto out; } } _ Patches currently in -mm which might be from mhalcrow@xxxxxxxxxx are ecryptfs-fs-makefile-and-fs-kconfig.patch ecryptfs-documentation.patch ecryptfs-makefile.patch ecryptfs-main-module-functions.patch ecryptfs-header-declarations.patch ecryptfs-superblock-operations.patch ecryptfs-dentry-operations.patch ecryptfs-file-operations.patch ecryptfs-file-operations-fix.patch ecryptfs-inode-operations.patch ecryptfs-mmap-operations.patch mark-address_space_operations-const-vs-ecryptfs-mmap-operations.patch ecryptfs-keystore.patch ecryptfs-crypto-functions.patch ecryptfs-debug-functions.patch ecryptfs-alpha-build-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html