diff options
author | Volker Lendecke <vl@samba.org> | 2008-03-21 10:20:53 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2008-03-21 10:22:15 +0100 |
commit | 296bbc3c9f5b13bc1d3639e104b7fab307b8f184 (patch) | |
tree | 7e8da7e62be0ceab936ceb3a368e63f695f47faa /source3/modules | |
parent | 7c8e66210d1c327fad0378f3ed215809e02bb0cd (diff) | |
download | samba-296bbc3c9f5b13bc1d3639e104b7fab307b8f184.tar.gz samba-296bbc3c9f5b13bc1d3639e104b7fab307b8f184.tar.xz samba-296bbc3c9f5b13bc1d3639e104b7fab307b8f184.zip |
Fix Coverity IDs 553, 552
(This used to be commit 1a0aed566b7e4fc75bf894aac6828bfa4152c3dc)
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/vfs_full_audit.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/modules/vfs_full_audit.c b/source3/modules/vfs_full_audit.c index 5aa9bab5b5c..6a8861361c5 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 } }; |