svn commit: samba r8293 - in trunk/source/smbd: .

jra at samba.org jra at samba.org
Sun Jul 10 16:40:10 GMT 2005


Author: jra
Date: 2005-07-10 16:40:09 +0000 (Sun, 10 Jul 2005)
New Revision: 8293

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

Log:
Tidy up function comments.
Jeremy.

Modified:
   trunk/source/smbd/files.c


Changeset:
Modified: trunk/source/smbd/files.c
===================================================================
--- trunk/source/smbd/files.c	2005-07-10 16:40:06 UTC (rev 8292)
+++ trunk/source/smbd/files.c	2005-07-10 16:40:09 UTC (rev 8293)
@@ -238,6 +238,10 @@
 	}
 }
 
+/****************************************************************************
+ Debug to enumerate all open files in the smbd.
+****************************************************************************/
+
 void file_dump_open_table(void)
 {
 	int count=0;
@@ -508,7 +512,7 @@
 }
 
 /****************************************************************************
-Save the chained fsp - done when about to do an oplock break.
+ Save the chained fsp - done when about to do an oplock break.
 ****************************************************************************/
 
 void file_chain_save(void)
@@ -517,7 +521,7 @@
 }
 
 /****************************************************************************
-Restore the chained fsp - done after an oplock break.
+ Restore the chained fsp - done after an oplock break.
 ****************************************************************************/
 
 void file_chain_restore(void)
@@ -525,6 +529,10 @@
 	chain_fsp = oplock_save_chain_fsp;
 }
 
+/****************************************************************************
+ Duplicate the file handle part for a DOS or FCB open.
+****************************************************************************/
+
 files_struct *dup_file_fsp(files_struct *fsp,
 				uint32 access_mask,
 				uint32 share_access,



More information about the samba-cvs mailing list