smbd: Inline break_level2_to_none_async
authorVolker Lendecke <vl@samba.org>
Fri, 4 Oct 2013 10:11:38 +0000 (10:11 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 15 Oct 2013 01:42:53 +0000 (03:42 +0200)
commit9646dfcdf2ffe0fbd56284a87007b63a9ab34a30
tree9cf3a00c8e71fa0143031f7585906b6aad10b0ff
parent1d2c6f477b5bc17ac8b940de56432c69d7039304
smbd: Inline break_level2_to_none_async

With the special case for bug 5980 in do_break_to_none we only have
one caller: process_oplock_async_level2_break_message. The further
goal is to merge process_oplock_async_level2_break_message with
process_oplock_break_message.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Tue Oct 15 03:42:53 CEST 2013 on sn-devel-104
source3/smbd/oplock.c