r3253: - added rudimentary support for ntioctl in pvfs
authorAndrew Tridgell <tridge@samba.org>
Tue, 26 Oct 2004 08:35:29 +0000 (08:35 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:04:46 +0000 (13:04 -0500)
commit7f60959e64c4281e02fd11fbcce2d15f43da1892
tree86794928852f8a5d554335a5bd4649ca8bf25cbb
parentcfc843cf2990a39166fb9ae54b6ef02d927479d2
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
source4/ntvfs/posix/pvfs_ioctl.c [new file with mode: 0644]
source4/ntvfs/posix/pvfs_write.c
source4/ntvfs/posix/vfs_posix.c