smbd: Use remove_oplock() in close_normal_file
authorVolker Lendecke <vl@samba.org>
Fri, 13 Sep 2013 11:49:20 +0000 (13:49 +0200)
committerDavid Disseldorp <ddiss@samba.org>
Thu, 24 Oct 2013 12:21:52 +0000 (14:21 +0200)
commit31ab49f173ddab8b431e3980e78468ab31e3c9bf
tree91deef3aa797db3de82c1df476b0d08afeeba96d
parentdfd65f93975716f3398f2b75094267648bd9dd31
smbd: Use remove_oplock() in close_normal_file

remove_oplock is a wrapper around release_file_oplock. This streamlines
the exports of oplock.c a bit.

Reason for this patch: In a later patch I will add functionality to
remove_oplock that is required in close_normal_file as well.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
source3/smbd/close.c