Fix typo.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
43ec732a2c
commit
4543c1c329
@ -1557,7 +1557,7 @@ vn_stat(struct vnode *vp, struct stat *sb, struct ucred *active_cred,
|
||||
* "a filesystem-specific preferred I/O block size for this
|
||||
* object. In some filesystem types, this may vary from file
|
||||
* to file"
|
||||
* Use miminum/default of PAGE_SIZE (e.g. for VCHR).
|
||||
* Use minimum/default of PAGE_SIZE (e.g. for VCHR).
|
||||
*/
|
||||
|
||||
sb->st_blksize = max(PAGE_SIZE, vap->va_blocksize);
|
||||
|
Loading…
x
Reference in New Issue
Block a user