Always map EMFILE to ERRDOS, ERRnofids, *NOT* NT_STATUS_TOO_MANY_OPENED_FILES.
authorJeremy Allison <jra@samba.org>
Fri, 18 Dec 2009 02:31:44 +0000 (18:31 -0800)
committerJeremy Allison <jra@samba.org>
Fri, 18 Dec 2009 02:31:44 +0000 (18:31 -0800)
commit0c1ff3bb09e3fec82c11fc182d6a5a12494caea8
tree18bd7a1dce02d887642ce3874a24bfc45e7e6335
parentf8ab38a8f211a11c7b006ea7cfb19aee526e12a4
Always map EMFILE to ERRDOS, ERRnofids, *NOT* NT_STATUS_TOO_MANY_OPENED_FILES.
This is what W2KR3 does for NTCreateX and openX calls. May be the correct fix
for bug 6837 - "Too many open files" when trying to access large number of files.
Jeremy.
source3/smbd/error.c