ffilz

Untitled

Aug 11th, 2016
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.93 KB | None | 0 0
  1. diff --git a/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c b/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c
  2. index 90ef32e..ace888a 100644
  3. --- a/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c
  4. +++ b/src/FSAL/Stackable_FSALs/FSAL_MDCACHE/mdcache_lru.c
  5. @@ -1015,6 +1015,7 @@ mdcache_lru_pkginit(void)
  6.         /* Set high and low watermark for cache entries.  XXX This seems a
  7.            bit fishy, so come back and revisit this. */
  8.         lru_state.entries_hiwat = mdcache_param.entries_hwmark;
  9. +       LogEvent(COMPONENT_CACHE_INODE_LRU, "entries_hwmark = %"PRIu32, mdcache_param.entries_hwmark);
  10.         lru_state.entries_used = 0;
  11.  
  12.         /* Find out the system-imposed file descriptor limit */
  13. diff --git a/src/libntirpc b/src/libntirpc
  14. --- a/src/libntirpc
  15. +++ b/src/libntirpc
  16. @@ -1 +1 @@
  17. -Subproject commit 20da11ffbf1a33389b59fdf1254f8074c3fb612d
  18. +Subproject commit 20da11ffbf1a33389b59fdf1254f8074c3fb612d-dirty
Add Comment
Please, Sign In to add comment