summaryrefslogtreecommitdiff
path: root/source3/smbd/filename.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-01-25 13:57:38 -0800
committerJeremy Allison <jra@samba.org>2011-01-25 14:02:18 -0800
commita65bce4e38d0b940286c7c93c226651e5fb45082 (patch)
treef79cc511c3abfeadb19507b40389b038b3f0a231 /source3/smbd/filename.c
parentb97f1ce68a512cb0da71ee1de9ddaa49dd466068 (diff)
downloadsamba-a65bce4e38d0b940286c7c93c226651e5fb45082.tar.gz
samba-a65bce4e38d0b940286c7c93c226651e5fb45082.tar.bz2
samba-a65bce4e38d0b940286c7c93c226651e5fb45082.zip
Add uint32_t name_hash argument (currently unused) to get_file_infos().
Will be used when we store more than one delete on close token.
Diffstat (limited to 'source3/smbd/filename.c')
-rw-r--r--source3/smbd/filename.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/filename.c b/source3/smbd/filename.c
index bd783232f6..1194660565 100644
--- a/source3/smbd/filename.c
+++ b/source3/smbd/filename.c
@@ -859,6 +859,7 @@ NTSTATUS unix_convert(TALLOC_CTX *ctx,
bool delete_pending;
get_file_infos(vfs_file_id_from_sbuf(conn,
&smb_fname->st),
+ 0,
&delete_pending, NULL);
if (delete_pending) {
status = NT_STATUS_DELETE_PENDING;