Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F115881556
D44203.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
650 B
Referenced Files
None
Subscribers
None
D44203.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D44203: tarfs: Remove unnecessary hack and obsolete comment.
Attached
Detach File
Event Timeline
Log In to Comment