From 62e58ea7180e265ffe79b998e7488f20909d3fa0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 24 Oct 2004 14:18:03 +0000 Subject: r3161: pvfs now passes the RAW-SEEK test (This used to be commit a953d4a42c8fa3fe930c319d5157fc406a1035da) --- source4/ntvfs/posix/vfs_posix.c | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'source4/ntvfs/posix/vfs_posix.c') diff --git a/source4/ntvfs/posix/vfs_posix.c b/source4/ntvfs/posix/vfs_posix.c index 383dbf7a16..64f0e09f59 100644 --- a/source4/ntvfs/posix/vfs_posix.c +++ b/source4/ntvfs/posix/vfs_posix.c @@ -179,26 +179,6 @@ static NTSTATUS pvfs_copy(struct ntvfs_module_context *ntvfs, return NT_STATUS_NOT_SUPPORTED; } -/* - seek in a file -*/ -static NTSTATUS pvfs_seek(struct ntvfs_module_context *ntvfs, - struct smbsrv_request *req, struct smb_seek *io) -{ - DEBUG(0,("pvfs_seek not implemented\n")); - return NT_STATUS_NOT_SUPPORTED; -} - -/* - set info on a pathname -*/ -static NTSTATUS pvfs_setpathinfo(struct ntvfs_module_context *ntvfs, - struct smbsrv_request *req, union smb_setfileinfo *st) -{ - DEBUG(0,("pvfs_setpathinfo not implemented\n")); - return NT_STATUS_NOT_SUPPORTED; -} - /* return print queue info */ -- cgit