mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-08 20:41:59 +03:00
tarfs: define st_blksize as equal to 8K.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
110f4eae60
commit
560ca526bd
@ -439,6 +439,10 @@ tar_fill_stat (struct vfs_s_super *archive, struct stat *st, union record *heade
|
||||
st->st_atime = tar_from_oct (1 + 12, header->header.unused.oldgnu.atime);
|
||||
st->st_ctime = tar_from_oct (1 + 12, header->header.unused.oldgnu.ctime);
|
||||
}
|
||||
|
||||
#ifdef HAVE_STRUCT_STAT_ST_BLKSIZE
|
||||
st->st_blksize = 8 * 1024; /* FIXME */
|
||||
#endif
|
||||
}
|
||||
|
||||
/* --------------------------------------------------------------------------------------------- */
|
||||
|
Loading…
Reference in New Issue
Block a user