Work on reducing memory pinned by the inode map.
[bluesky.git] / bluesky / cache.c
index 3afceca..d1c5c84 100644 (file)
@@ -195,6 +195,8 @@ static void flushd_cloud(BlueSkyFS *fs)
             journal_seq_start);
 
     fs->log->journal_watermark = journal_seq_start;
+
+    bluesky_inode_map_minimize(fs);
 }
 
 /* Drop cached data for a given inode, if it is clean.  inode must be locked. */