s3:smb2_lock: use fsp->fnum as locking context
authorStefan Metzmacher <metze@samba.org>
Fri, 8 Jun 2012 09:19:00 +0000 (11:19 +0200)
committerStefan Metzmacher <metze@samba.org>
Sat, 9 Jun 2012 13:02:47 +0000 (15:02 +0200)
commit4ae96bb952be47a5043d9906da57a9482e12c21d
tree0fa0116659118ac31a41df07a802b1c0ca5410bc
parent3b2e5929eca008dd6ad2f6ab5436eeb55ab69607
s3:smb2_lock: use fsp->fnum as locking context

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_lock.c