Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156593146
D12749.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
559 B
Referenced Files
None
Subscribers
None
D12749.id.diff
View Options
Index: head/sys/fs/tmpfs/tmpfs_vfsops.c
===================================================================
--- head/sys/fs/tmpfs/tmpfs_vfsops.c
+++ head/sys/fs/tmpfs/tmpfs_vfsops.c
@@ -317,8 +317,6 @@
TMPFS_NODE_UNLOCK(node);
}
- clear_unrhdr(tmp->tm_ino_unr);
-
mp->mnt_data = NULL;
tmpfs_free_tmp(tmp);
vfs_write_resume(mp, VR_START_WRITE);
@@ -344,6 +342,7 @@
uma_zdestroy(tmp->tm_dirent_pool);
uma_zdestroy(tmp->tm_node_pool);
+ clear_unrhdr(tmp->tm_ino_unr);
delete_unrhdr(tmp->tm_ino_unr);
mtx_destroy(&tmp->tm_allnode_lock);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 15, 11:03 PM (5 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33101837
Default Alt Text
D12749.id.diff (559 B)
Attached To
Mode
D12749: Move clear_unrhdr to tmpfs_free_tmp.
Attached
Detach File
Event Timeline
Log In to Comment