projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
e2ef7a9
)
hammer - Describe live_dedup_cache_size sysctl
author
Samuel J. Greear <sjg@thesjg.com>
Tue, 4 Jan 2011 21:39:46 +0000 (21:39 +0000)
committer
Samuel J. Greear <sjg@thesjg.com>
Tue, 4 Jan 2011 21:39:46 +0000 (21:39 +0000)
sys/vfs/hammer/hammer_vfsops.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/vfs/hammer/hammer_vfsops.c
b/sys/vfs/hammer/hammer_vfsops.c
index
66f6c8d
..
ec01916
100644
(file)
--- a/
sys/vfs/hammer/hammer_vfsops.c
+++ b/
sys/vfs/hammer/hammer_vfsops.c
@@
-173,7
+173,8
@@
SYSCTL_INT(_vfs_hammer, OID_AUTO, limit_inode_recs, CTLFLAG_RW,
SYSCTL_INT(_vfs_hammer, OID_AUTO, limit_reclaim, CTLFLAG_RW,
&hammer_limit_reclaim, 0, "");
SYSCTL_INT(_vfs_hammer, OID_AUTO, live_dedup_cache_size, CTLFLAG_RW,
- &hammer_live_dedup_cache_size, 0, "");
+ &hammer_live_dedup_cache_size, 0,
+ "Number of cache entries");
SYSCTL_INT(_vfs_hammer, OID_AUTO, limit_redo, CTLFLAG_RW,
&hammer_limit_redo, 0, "");