diff options
author | Jeremy Allison <jra@samba.org> | 2006-02-04 06:36:02 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:06:25 -0500 |
commit | 7f5e36df8d3fcee507325c97aeea41cbbd870e0d (patch) | |
tree | 52719b1eeb334a30bd39459da06c2015c83c22d1 | |
parent | 40d3c7ebb22bae6f486e8c60c3bb0494d2d397d9 (diff) | |
download | samba-7f5e36df8d3fcee507325c97aeea41cbbd870e0d.tar.gz samba-7f5e36df8d3fcee507325c97aeea41cbbd870e0d.tar.bz2 samba-7f5e36df8d3fcee507325c97aeea41cbbd870e0d.zip |
r13331: No I didn't have to change the interface version...
Jeremy.
(This used to be commit 2aed5b36409e05ac25b4492669f47d50be988f2c)
-rw-r--r-- | source3/libsmb/smb_share_modes.c | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/source3/libsmb/smb_share_modes.c b/source3/libsmb/smb_share_modes.c index f7e7baf445..090571b810 100644 --- a/source3/libsmb/smb_share_modes.c +++ b/source3/libsmb/smb_share_modes.c @@ -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 @@ int smb_unlock_share_mode_entry(struct smbdb_ctx *db_ctx, 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. */ |