]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ceph: implement (optional) max read size
authorSage Weil <sage@newdream.net>
Thu, 4 Aug 2011 15:21:30 +0000 (08:21 -0700)
committerSage Weil <sage@newdream.net>
Tue, 9 Aug 2011 22:27:03 +0000 (15:27 -0700)
commit6468bfe33c8e674509e39e43fad6bc833398fee2
treeb19a2b7ab7b19e3972145ca5ce20ac114cb6489d
parent6d2a048b686a87887ae77b93dbe804cf69037619
ceph: implement (optional) max read size

The 'rsize' mount option limits the maximum size of an individual
read(ahead) operation that is sent off to an OSD.  This is distinct from
'rasize', which controls the size of the readahead window.

Signed-off-by: Sage Weil <sage@newdream.net>
fs/ceph/addr.c