]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Fix Coverity IDs 553, 552
authorVolker Lendecke <vl@samba.org>
Fri, 21 Mar 2008 09:20:53 +0000 (10:20 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 21 Mar 2008 09:22:15 +0000 (10:22 +0100)
source/modules/vfs_full_audit.c

index 5aa9bab5b5ce9695b1f9410498b474848500bbcd..6a8861361c5d84a86fd235bfb6df71a364d88fe1 100644 (file)
@@ -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 }
 };