Simplify logic of cancel_pending_lock_requests_by_fid()
authorVolker Lendecke <vl@samba.org>
Tue, 4 Nov 2008 15:57:31 +0000 (16:57 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 4 Nov 2008 19:52:07 +0000 (20:52 +0100)
commitd5f91d7a083820f6ee701873690d896343e9c534
tree50f3036e4e01a6977a6bebfc1c5b67625a073b6a
parent3376e7a6a061c0d681a6a0e5c3aedfc82c36f65f
Simplify logic of cancel_pending_lock_requests_by_fid()

The only caller of this function is locking_close_file(). This checks itself if
brl_lock != NULL. The additional check is not necessary here.
source3/smbd/blocking.c