r370: The 'it does never happen -- error on close()' does happen when you exceed
commit588351d1b37a900eb90eddd80882170c201e9162
authorVolker Lendecke <vlendec@samba.org>
Mon, 26 Apr 2004 13:11:59 +0000 (26 13:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:51:20 +0000 (10 10:51 -0500)
tree5a10ee187817433ffa2982c877eed64ab13827b5
parent908d8a412559997256f51caa30da254f0768f114
r370: The 'it does never happen -- error on close()' does happen when you exceed
your quota on an AFS file system. The specific errno was thrown away by
close_normal_file(). Thus we returned NT_STATUS_UNSUCCESSFUL and not
NT_STATUS_DISK_FULL as we should. Fix that. (Not that this gives more sane
Windows app behaviour.... :-( )

Jerry, jra, could you please look over this one, it's been quite a while since
I touch file server code.

Volker
source/smbd/close.c