Page MenuHomeFreeBSD

D44203.diff
No OneTemporary

D44203.diff

diff --git a/sys/fs/tarfs/tarfs_vfsops.c b/sys/fs/tarfs/tarfs_vfsops.c
--- a/sys/fs/tarfs/tarfs_vfsops.c
+++ b/sys/fs/tarfs/tarfs_vfsops.c
@@ -881,16 +881,8 @@
tmp->vfs = mp;
tmp->mtime = mtime;
- /*
- * XXX The decompression layer passes everything through the
- * buffer cache, and the buffer cache wants to know our blocksize,
- * but mnt_stat normally isn't populated until after we return, so
- * we have to cheat a bit.
- */
+ /* Initialize I/O layer */
tmp->iosize = 1U << tarfs_ioshift;
- mp->mnt_stat.f_iosize = tmp->iosize;
-
- /* Initialize decompression layer */
error = tarfs_io_init(tmp);
if (error != 0)
goto bad;

File Metadata

Mime Type
text/plain
Expires
Wed, Apr 30, 11:03 PM (11 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17867148
Default Alt Text
D44203.diff (650 B)

Event Timeline