Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]> Cc: Jeff Moyer <[email protected]> Cc: Christoph Hellwig <[email protected]> Cc: Eric Sandeen <[email protected]> Signed-off-by: Tyler Hicks <[email protected]>
- Loading branch information