s3:smb2_read: 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:00:58 +0000 (21:00 +0200)
commit0afc9592774b0084a0c5d3191e91570f124447fa
tree2ecc32f46aa2a3b71ddd446976a17519d810b2c9
parentc47b3ff25fcc62be3bc96ecf797990e61f5d08ef
s3:smb2_read: 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

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