summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2022-12-14 13:58:25 +0100
committerJeremy Allison <jra@samba.org>2022-12-14 22:54:29 +0000
commitc12518a9b6275602fd654a0dc47903d10843e91e (patch)
treebc53977a804da12f94228686cf8cd9c855a75718 /librpc
parentd04db4a576978be49b2c5c6533103cf8cab2f0b6 (diff)
downloadsamba-c12518a9b6275602fd654a0dc47903d10843e91e.tar.gz
smbd: Remove source3/smbd/statcache.c
After I found that nobody calls stat_cache_add() anymore, there was no reason to keep the rest of statcache.c. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/messaging.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl
index 5d217c03f5b..398deed8e4c 100644
--- a/librpc/idl/messaging.idl
+++ b/librpc/idl/messaging.idl
@@ -79,7 +79,7 @@ interface messaging
MSG_SMB_INJECT_FAULT = 0x030C,
MSG_SMB_BLOCKING_LOCK_CANCEL = 0x030D,
MSG_SMB_NOTIFY = 0x030E,
- MSG_SMB_STAT_CACHE_DELETE = 0x030F,
+ /* MSG_SMB_STAT_CACHE_DELETE = 0x030F, Obsoleted */
/* Samba4 compatibility */
MSG_PVFS_NOTIFY = 0x0310,