s3:smb2_write: pass fsp->fnum to init_strict_lock_struct()
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Jun 2012 09:19:00 +0000 (11:19 +0200)
committerKarolin Seeger <kseeger@samba.org>
Sun, 17 Jun 2012 19:01:00 +0000 (21:01 +0200)
commit46d293d03a895d82bfbf2b6b0c6af797acc39d0e
tree2ac8e44b2ff03e2abff9d67e6a92d0928e3f4b8e
parent0afc9592774b0084a0c5d3191e91570f124447fa
s3:smb2_write: pass fsp->fnum to init_strict_lock_struct()

fsp->fnum is the same as in_file_id_volatile.

When we start to support durable handles we should pass
in_file_id_persistent.

metze

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Sat Jun  9 18:50:32 CEST 2012 on sn-devel-104

Signed-off-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_write.c