1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-22 02:50:28 +03:00

memcache: Add new cache type for dfree information

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13446

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit f5d05562679f6aa691b98b4a75952f7dda7ed343)
This commit is contained in:
Christof Schmitt 2018-05-16 13:05:36 -07:00 committed by Karolin Seeger
parent 88d19df489
commit 3fd685e71a

View File

@ -45,7 +45,8 @@ enum memcache_number {
SINGLETON_CACHE,
SMB1_SEARCH_OFFSET_MAP,
SHARE_MODE_LOCK_CACHE, /* talloc */
VIRUSFILTER_SCAN_RESULTS_CACHE_TALLOC /* talloc */
VIRUSFILTER_SCAN_RESULTS_CACHE_TALLOC, /* talloc */
DFREE_CACHE,
};
/*