Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F163648395
D22042.id63303.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
760 B
Referenced Files
None
Subscribers
None
D22042.id63303.diff
View Options
Index: sys/ufs/ffs/ffs_softdep.c
===================================================================
--- sys/ufs/ffs/ffs_softdep.c
+++ sys/ufs/ffs/ffs_softdep.c
@@ -968,7 +968,7 @@
* Global lock over all of soft updates.
*/
static struct mtx lk;
-MTX_SYSINIT(softdep_lock, &lk, "Global Softdep Lock", MTX_DEF);
+MTX_SYSINIT(softdep_lock, &lk, "global softdep", MTX_DEF);
#define ACQUIRE_GBLLOCK(lk) mtx_lock(lk)
#define FREE_GBLLOCK(lk) mtx_unlock(lk)
@@ -2491,7 +2491,7 @@
ump = VFSTOUFS(mp);
ump->um_softdep = sdp;
MNT_IUNLOCK(mp);
- rw_init(LOCK_PTR(ump), "Per-Filesystem Softdep Lock");
+ rw_init(LOCK_PTR(ump), "per-fs softdep");
sdp->sd_ump = ump;
LIST_INIT(&ump->softdep_workitem_pending);
LIST_INIT(&ump->softdep_journal_pending);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jul 26, 4:16 AM (13 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35512974
Default Alt Text
D22042.id63303.diff (760 B)
Attached To
Mode
D22042: Abbreviate softdep lock names.
Attached
Detach File
Event Timeline
Log In to Comment