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
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]