From 9e7dcbdbb76f76d310420734045f70828f60a63b Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Thu, 29 Apr 2004 12:11:59 +0000 Subject: r404: Revert the change 378 to vfs_extd_audit.c, the parseable auditing Implement vfs_full_audit.c that can log every vfs.h operation. So if you change vfs.h, from now on you also have to change full_audit :-) Volker (This used to be commit 9cb9c5f7c97fe8f76735a77b321c9500d28b55b2) --- source3/include/vfs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/vfs.h b/source3/include/vfs.h index 8caf64fd99..db766b985d 100644 --- a/source3/include/vfs.h +++ b/source3/include/vfs.h @@ -41,6 +41,9 @@ * This next constant specifies the version number of the VFS interface * this smbd will load. Increment this if *ANY* changes are made to the * vfs_ops below. JRA. + * + * If you change anything here, please also update modules/vfs_full_audit.c. + * VL. */ /* Changed to version 2 for CIFS UNIX extensions (mknod and link added). JRA. */ -- cgit