From 296bbc3c9f5b13bc1d3639e104b7fab307b8f184 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 21 Mar 2008 10:20:53 +0100 Subject: Fix Coverity IDs 553, 552 (This used to be commit 1a0aed566b7e4fc75bf894aac6828bfa4152c3dc) --- source3/modules/vfs_full_audit.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3') diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index 5aa9bab5b5..6a8861361c 100644 --- a/source3/modules/vfs_full_audit.c +++ b/source3/modules/vfs_full_audit.c @@ -546,6 +546,7 @@ static struct { { SMB_VFS_OP_SET_QUOTA, "set_quota" }, { SMB_VFS_OP_GET_SHADOW_COPY_DATA, "get_shadow_copy_data" }, { SMB_VFS_OP_STATVFS, "statvfs" }, + { SMB_VFS_OP_FS_CAPABILITIES, "fs_capabilities" }, { SMB_VFS_OP_OPENDIR, "opendir" }, { SMB_VFS_OP_READDIR, "readdir" }, { SMB_VFS_OP_SEEKDIR, "seekdir" }, @@ -636,6 +637,9 @@ static struct { { SMB_VFS_OP_AIO_ERROR, "aio_error" }, { SMB_VFS_OP_AIO_FSYNC, "aio_fsync" }, { SMB_VFS_OP_AIO_SUSPEND,"aio_suspend" }, + { SMB_VFS_OP_AIO_FORCE, "aio_force" }, + { SMB_VFS_OP_IS_OFFLINE, "aio_is_offline" }, + { SMB_VFS_OP_SET_OFFLINE, "aio_set_offline" }, { SMB_VFS_OP_LAST, NULL } }; -- cgit