- *stat = (struct file_stat){ .st_ino = vino->id,
- .st_blocks = vino->lb_usage,
- .st_size = vino->fsize,
- .mode = vino->itype,
- .st_ioblksize = PG_SIZE,
- .st_blksize = vino->sb->blksize };
+ *stat = (struct file_stat){.st_ino = vino->id,
+ .st_blocks = vino->lb_usage,
+ .st_size = vino->fsize,
+ .mode = vino->itype,
+ .st_ioblksize = PAGE_SIZE,
+ .st_blksize = vino->sb->blksize};