From d3fc90eaa185a15f2bd7fca11663e898feb2c81c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 22 Sep 2004 13:01:55 +0000 Subject: r2524: a simple pvfs rename implementation to make testing easier (This used to be commit 98c1c75076fdb0df3a7c616f8c2e1ed138a6ff9a) --- source4/ntvfs/posix/vfs_posix.c | 10 ---------- 1 file changed, 10 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 b2c9d81086..84a5647075 100644 --- a/source4/ntvfs/posix/vfs_posix.c +++ b/source4/ntvfs/posix/vfs_posix.c @@ -102,7 +102,6 @@ static NTSTATUS pvfs_disconnect(struct smbsrv_tcon *tcon) */ static NTSTATUS pvfs_ioctl(struct smbsrv_request *req, union smb_ioctl *io) { - DEBUG(0,("pvfs_ioctl not implemented\n")); return NT_STATUS_INVALID_PARAMETER; } @@ -132,15 +131,6 @@ static NTSTATUS pvfs_chkpath(struct smbsrv_request *req, struct smb_chkpath *cp) return NT_STATUS_OK; } -/* - rename a set of files -*/ -static NTSTATUS pvfs_rename(struct smbsrv_request *req, union smb_rename *ren) -{ - DEBUG(0,("pvfs_rename not implemented\n")); - return NT_STATUS_NOT_IMPLEMENTED; -} - /* copy a set of files */ -- cgit