From: Tim Prouty Date: Fri, 9 Jan 2009 19:50:28 +0000 (-0800) Subject: s3: Remove rendundant op_tuple entry in xattr streams X-Git-Tag: samba-4.0.0alpha6~158 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=29384794ccac1904cdbd4544ffb77996eaa9fcff;p=thirdparty%2Fsamba.git s3: Remove rendundant op_tuple entry in xattr streams --- diff --git a/source3/modules/vfs_streams_xattr.c b/source3/modules/vfs_streams_xattr.c index 7124c575203..1df4932167d 100644 --- a/source3/modules/vfs_streams_xattr.c +++ b/source3/modules/vfs_streams_xattr.c @@ -950,8 +950,6 @@ static vfs_op_tuple streams_xattr_ops[] = { SMB_VFS_LAYER_TRANSPARENT}, {SMB_VFS_OP(streams_xattr_pwrite), SMB_VFS_OP_PWRITE, SMB_VFS_LAYER_TRANSPARENT}, - {SMB_VFS_OP(streams_xattr_lstat), SMB_VFS_OP_LSTAT, - SMB_VFS_LAYER_TRANSPARENT}, {SMB_VFS_OP(streams_xattr_unlink), SMB_VFS_OP_UNLINK, SMB_VFS_LAYER_TRANSPARENT}, {SMB_VFS_OP(streams_xattr_rename), SMB_VFS_OP_RENAME,