s3:smb2_read: pass fsp->fnum to init_strict_lock_struct()
commit0d77585a4197783ab8b0f8cb854eddd1e9b7941b
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Jun 2012 09:19:00 +0000 (8 11:19 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 9 Jun 2012 13:02:47 +0000 (9 15:02 +0200)
tree3561440db6133094c4d63c86307f8a36b4718667
parent4ae96bb952be47a5043d9906da57a9482e12c21d
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
source3/smbd/smb2_read.c