r370: The 'it does never happen -- error on close()' does happen when you exceed
commit38955ab74c62c4f44ea4998f3284bb1df92a971b
authorVolker Lendecke <vlendec@samba.org>
Mon, 26 Apr 2004 13:11:59 +0000 (26 13:11 +0000)
committerVolker Lendecke <vlendec@samba.org>
Mon, 26 Apr 2004 13:11:59 +0000 (26 13:11 +0000)
treeb8d29367085efe46a4552e2c1b702489938ecd2e
parent0c6d2b054efac4f79b7e779d50eb10adbbd2cb09
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