[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Fwd: [Milkymist-devel] [PATCH] imfs: give a default value to st_blksize
- Date: Sat, 04 Jun 2011 17:28:42 +1000
- From: chrisj at rtems.org (Chris Johns)
- Subject: Fwd: [Milkymist-devel] [PATCH] imfs: give a default value to st_blksize
On 4/06/11 2:33 PM, Ralf Corsepius wrote:
>
> My point is: I feel RTEMS lacks a device-call/device-method to retrieve
> a device's blocksize.
>
The stat call returns st_blksize. We also support 'statvfs' [1]. I
thought these where suitable.
Chris
[1] Not all file systems support this call yet.