mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r8292: Tidy up function comments.
Jeremy.
(This used to be commit 8de6b1592a
)
This commit is contained in:
parent
a5b39d1f74
commit
e24397f084
@ -238,6 +238,10 @@ void file_close_user(int vuid)
|
||||
}
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
Debug to enumerate all open files in the smbd.
|
||||
****************************************************************************/
|
||||
|
||||
void file_dump_open_table(void)
|
||||
{
|
||||
int count=0;
|
||||
@ -508,7 +512,7 @@ void file_chain_reset(void)
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
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 @@ void file_chain_save(void)
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
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 @@ void file_chain_restore(void)
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user