file: increase minimum read buffer size to 4096 bytes
authorJo-Philipp Wich <jo@mein.io>
Sat, 21 Sep 2019 12:56:39 +0000 (14:56 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sat, 21 Sep 2019 12:58:38 +0000 (14:58 +0200)
commit95f0973c340853007d7f2875ecc3541dc2459ae0
tree2c9b0358841e2a2b0075124f2520dabd61f7bdfb
parente2a7bc4c2f6d1bb346a60c6f92ffd7b139e1ddb4
file: increase minimum read buffer size to 4096 bytes

Some sysfs or proc files contain more than 128 byte of data, e.g. the
/proc/filesystems or /proc/mounts files.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
file.c