]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3: VFS: Remove extraneous enum/struct values for removed SMB_VFS_OP_LINK.
authorJeremy Allison <jra@samba.org>
Wed, 21 Aug 2019 21:38:03 +0000 (14:38 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 22 Aug 2019 18:00:33 +0000 (18:00 +0000)
Forgot this in removal of SMB_VFS_LINK() patch previously pushed.

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Böhme <slow@samba.org>
source3/modules/vfs_full_audit.c

index 836d4de8b4e4695c03df83d5fbcda72b714aa2c1..9ea9c01a306f1a30c41cd7f36fab14513eb188ae 100644 (file)
@@ -153,7 +153,6 @@ typedef enum _vfs_op_type {
        SMB_VFS_OP_GETLOCK,
        SMB_VFS_OP_SYMLINK,
        SMB_VFS_OP_READLINK,
-       SMB_VFS_OP_LINK,
        SMB_VFS_OP_LINKAT,
        SMB_VFS_OP_MKNOD,
        SMB_VFS_OP_REALPATH,
@@ -297,7 +296,6 @@ static struct {
        { SMB_VFS_OP_GETLOCK,   "getlock" },
        { SMB_VFS_OP_SYMLINK,   "symlink" },
        { SMB_VFS_OP_READLINK,  "readlink" },
-       { SMB_VFS_OP_LINK,      "link" },
        { SMB_VFS_OP_LINKAT,    "linkat" },
        { SMB_VFS_OP_MKNOD,     "mknod" },
        { SMB_VFS_OP_REALPATH,  "realpath" },