]> Pileus Git - ~andy/linux/commit
ceph: cleanup types in striped_read()
authorDan Carpenter <dan.carpenter@oracle.com>
Tue, 23 Jul 2013 13:48:01 +0000 (16:48 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 9 Jan 2014 20:24:25 +0000 (12:24 -0800)
commit10debbda102fe52eb75ba531b8ee79e98d3b8774
tree635d37d69b12190ba775f31ab76a6a24cf769c19
parentacb2e930c72a1d38504d6d9c1f338562bbb9aa55
ceph: cleanup types in striped_read()

commit 688bac461ba3e9d221a879ab40b687f5d7b5b19c upstream.

We pass in a u64 value for "len" and then immediately truncate away the
upper 32 bits.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Sage Weil <sage@inktank.com>
Reviewed-by: Alex Elder <alex.elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/ceph/file.c