Re: [Qemu-devel] [PATCHv3 0/2] block/nfs: add knob to set readahead

2014-06-25 Thread Kevin Wolf
Am 25.06.2014 um 00:05 hat Peter Lieven geschrieben: > upcoming libnfs will feature internal readahead support. > Add a knob to pass the optional readahead value as a URL > parameter. > > This series fixes also the incorrect usage of strncmp and > atoi. Thanks, applied to the block branch. Kevin

[Qemu-devel] [PATCHv3 0/2] block/nfs: add knob to set readahead

2014-06-24 Thread Peter Lieven
upcoming libnfs will feature internal readahead support. Add a knob to pass the optional readahead value as a URL parameter. This series fixes also the incorrect usage of strncmp and atoi. v2->v3: - use parse_uint_full [Eric] - split patch [Eric] v1->v2: use strtol instead of atoi [Eric]