3.0.25pre2-SVN-build-21871 and panic in vfs_full_audit.c

Thomas Bork tombork at web.de
Mon Mar 19 21:21:33 GMT 2007


Jeremy Allison wrote:

>> notify_watch is still not present in the array in vfs_full_audit.c.
> Details details :-). Try an svn up now and let me know
> if I've fixed it.

This was exact the same change which I successfully tried in the 
meantime (trial and error)  :)

--- modules/vfs_full_audit.c	Mon Mar 19 21:17:41 2007
+++ modules/vfs_full_audit.c.new	Mon Mar 19 22:14:23 2007
@@ -571,10 +571,11 @@
  	{ SMB_VFS_OP_SYMLINK,	"symlink" },
  	{ SMB_VFS_OP_READLINK,	"readlink" },
  	{ SMB_VFS_OP_LINK,	"link" },
  	{ SMB_VFS_OP_MKNOD,	"mknod" },
  	{ SMB_VFS_OP_REALPATH,	"realpath" },
+	{ SMB_VFS_OP_NOTIFY_WATCH,	"notify_watch" },
  	{ SMB_VFS_OP_CHFLAGS,	"chflags" },
  	{ SMB_VFS_OP_FGET_NT_ACL,	"fget_nt_acl" },
  	{ SMB_VFS_OP_GET_NT_ACL,	"get_nt_acl" },
  	{ SMB_VFS_OP_FSET_NT_ACL,	"fset_nt_acl" },
  	{ SMB_VFS_OP_SET_NT_ACL,	"set_nt_acl" },

Thank you, it is working now :)


der tom


More information about the samba-technical mailing list