Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c b/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c
- index 90ef32e..ace888a 100644
- --- a/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c
- +++ b/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c
- @@ -1015,6 +1015,7 @@ mdcache_lru_pkginit(void)
- /* Set high and low watermark for cache entries. XXX This seems a
- bit fishy, so come back and revisit this. */
- lru_state.entries_hiwat = mdcache_param.entries_hwmark;
- + LogEvent(COMPONENT_CACHE_INODE_LRU, "entries_hwmark = %"PRIu32, mdcache_param.entries_hwmark);
- lru_state.entries_used = 0;
- /* Find out the system-imposed file descriptor limit */
- diff --git a/src/libntirpc b/src/libntirpc
- --- a/src/libntirpc
- +++ b/src/libntirpc
- @@ -1 +1 @@
- -Subproject commit 20da11ffbf1a33389b59fdf1254f8074c3fb612d
- +Subproject commit 20da11ffbf1a33389b59fdf1254f8074c3fb612d-dirty
Add Comment
Please, Sign In to add comment