Author: jra
Date: 2006-07-19 21:03:03 +0000 (Wed, 19 Jul 2006)
New Revision: 17152

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=17152

Log:
Don't handle the delete pending here, await
reschedule.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/smbd/open.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/open.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/open.c       2006-07-19 21:02:03 UTC (rev 
17151)
+++ branches/SAMBA_3_0/source/smbd/open.c       2006-07-19 21:03:03 UTC (rev 
17152)
@@ -1594,13 +1594,6 @@
                                         access_mask, share_access,
                                         create_options, &file_existed);
 
-               if (NT_STATUS_EQUAL(status, NT_STATUS_DELETE_PENDING)) {
-                       /* DELETE_PENDING is not deferred for a second */
-                       TALLOC_FREE(lck);
-                       file_free(fsp);
-                       return status;
-               }
-
                if (!NT_STATUS_IS_OK(status)) {
                        struct deferred_open_record state;
 

Reply via email to