]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ecryptfs: fix truncation error in ecryptfs_read_update_atime
authorEdward Shishkin <edward.shishkin@gmail.com>
Fri, 29 Oct 2010 22:11:50 +0000 (00:11 +0200)
committerTyler Hicks <tyhicks@linux.vnet.ibm.com>
Mon, 17 Jan 2011 16:44:30 +0000 (10:44 -0600)
commit38a708d7759476318d0eec64af174513032ec67a
treee3cd94359191e72c26ea6a0ecc37c1933b9dcc71
parente78bf5e6cbe837daa6ab628a5f679548742994d3
ecryptfs: fix truncation error in ecryptfs_read_update_atime

This is similar to the bug found in direct-io not so long ago.

Fix up truncation (ssize_t->int).  This only matters with >2G
reads/writes, which the kernel doesn't permit.

Signed-off-by: Edward Shishkin <edward.shishkin@gmail.com>
Cc: Jeff Moyer <jmoyer@redhat.com>
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Eric Sandeen <esandeen@redhat.com>
Signed-off-by: Tyler Hicks <tyhicks@linux.vnet.ibm.com>
fs/ecryptfs/file.c