From: Michael Halcrow Signed-off-by: Michael Halcrow Signed-off-by: Andrew Morton --- 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 Fri May 26 13:48:05 2006 +++ 25-akpm/fs/ecryptfs/file.c Fri May 26 13:48:05 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; } } _