svn commit: samba r13331 - in branches/SAMBA_3_0/source/libsmb: .

jra at samba.org jra at samba.org
Sat Feb 4 06:36:02 GMT 2006


Author: jra
Date: 2006-02-04 06:36:02 +0000 (Sat, 04 Feb 2006)
New Revision: 13331

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

Log:
No I didn't have to change the interface version...
Jeremy.

Modified:
   branches/SAMBA_3_0/source/libsmb/smb_share_modes.c


Changeset:
Modified: branches/SAMBA_3_0/source/libsmb/smb_share_modes.c
===================================================================
--- branches/SAMBA_3_0/source/libsmb/smb_share_modes.c	2006-02-04 06:31:07 UTC (rev 13330)
+++ branches/SAMBA_3_0/source/libsmb/smb_share_modes.c	2006-02-04 06:36:02 UTC (rev 13331)
@@ -25,11 +25,6 @@
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 
-/*
- * Version 2 - interface changed to handle the token added for correct
- * delete on close semantics.
- */
-
 #include "includes.h"
 #include "smb_share_modes.h"
 
@@ -120,23 +115,6 @@
 	return tdb_chainunlock(db_ctx->smb_tdb, get_locking_key(dev, ino));
 }
 
-#if 0
-struct locking_data {
-	union {
-		struct {
-			int num_share_mode_entries;
-			BOOL delete_on_close;
-			BOOL initial_delete_on_close;
-		} s;
-		struct share_mode_entry dummy; /* Needed for alignment. */
-	} u;
-	/* the following two entries are implicit
-	   struct share_mode_entry modes[num_share_mode_entries];
-	   char file_name[];
-	*/
-};
-#endif
-
 /*
  * Check if an external smb_share_mode_entry and an internal share_mode entry match.
  */



More information about the samba-cvs mailing list