svn commit: samba r370 - branches/SAMBA_3_0/source/smbd

vlendec at samba.org vlendec at samba.org
Mon Apr 26 13:12:00 GMT 2004


Author: vlendec
Date: 2004-04-26 13:11:59 +0000 (Mon, 26 Apr 2004)
New Revision: 370

Modified:
   branches/SAMBA_3_0/source/smbd/close.c
Log:
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


WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/&rev=370&nolog=1


More information about the samba-cvs mailing list