[PATCH 3.11 116/208] ceph: cleanup types in striped_read()

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter commit 688bac461ba3e9d221a879ab40b687f5d7b5b19c upstream. We pass in a u64 value for "len" and then immediately truncate away the upper 32 bits. Signed-off-by: Dan

[PATCH 3.11 116/208] ceph: cleanup types in striped_read()

2014-01-13 Thread Luis Henriques
3.11.10.3 -stable review patch. If anyone has any objections, please let me know. -- From: Dan Carpenter dan.carpen...@oracle.com commit 688bac461ba3e9d221a879ab40b687f5d7b5b19c upstream. We pass in a u64 value for len and then immediately truncate away the upper 32 bits.