From 7f60959e64c4281e02fd11fbcce2d15f43da1892 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 26 Oct 2004 08:35:29 +0000 Subject: r3253: - added rudimentary support for ntioctl in pvfs - catch the SIGXFSZ signal, which for some completely insane reason is generated in current Linux systems when you write before the maximum offset in a file (maximum is 2^41 on my box). Why wasn't errno good enough for this? - give the right ntstatus code for large offset write failures (This used to be commit 367f0c2af409e4292f727e8a865762a008fd7e67) --- source4/ntvfs/posix/config.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/ntvfs/posix/config.mk') diff --git a/source4/ntvfs/posix/config.mk b/source4/ntvfs/posix/config.mk index 8d28bd5a44..4918ee61eb 100644 --- a/source4/ntvfs/posix/config.mk +++ b/source4/ntvfs/posix/config.mk @@ -23,6 +23,7 @@ ADD_OBJ_FILES = \ ntvfs/posix/pvfs_lock.o \ ntvfs/posix/pvfs_wait.o \ ntvfs/posix/pvfs_seek.o \ + ntvfs/posix/pvfs_ioctl.o \ ntvfs/common/opendb.o \ ntvfs/common/brlock.o # End MODULE ntvfs_posix -- cgit