1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

shadow_copy2: add comment block explaining shadow_copy2_find_snapdir()

Signed-off-by: Michael Adam <obnox@samba.org>

Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Michael Adam
2013-05-24 00:01:14 +02:00
committed by Andrew Bartlett
parent 5b494b3dea
commit b90d1e6ac0

View File

@ -992,6 +992,10 @@ static char *have_snapdir(struct vfs_handle_struct *handle,
return NULL;
}
/**
* Find the snapshot directory (if any) for the given
* filename (which is relative to the share).
*/
static char *shadow_copy2_find_snapdir(TALLOC_CTX *mem_ctx,
struct vfs_handle_struct *handle,
struct smb_filename *smb_fname)