s3: Remove rendundant op_tuple entry in xattr streams
authorTim Prouty <tprouty@samba.org>
Fri, 9 Jan 2009 19:50:28 +0000 (11:50 -0800)
committerTim Prouty <tprouty@samba.org>
Fri, 9 Jan 2009 19:50:28 +0000 (11:50 -0800)
source3/modules/vfs_streams_xattr.c

index 7124c575203a184fb5936d88274dc2657904b86a..1df4932167d77f45dfdc033faeccc52393202356 100644 (file)
@@ -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,