From: Volker Lendecke Date: Wed, 2 Oct 2013 15:20:16 +0000 (+0000) Subject: smbd: Fix a comment X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=c134a37df3084d794267730612e38451887a2fc2;p=mat%2Fsamba.git smbd: Fix a comment This has been converted from a timed event to an immediate one in e7dab403c0ca6f6 Signed-off-by: Volker Lendecke Reviewed-by: Stefan Metzmacher --- diff --git a/source3/smbd/oplock.c b/source3/smbd/oplock.c index efb37e17fe..621886235f 100644 --- a/source3/smbd/oplock.c +++ b/source3/smbd/oplock.c @@ -645,7 +645,7 @@ static void contend_level2_oplocks_begin_default(files_struct *fsp, * When we get here we might have a brlock entry locked. Also * locking the share mode entry would violate the locking * order. Breaking level2 oplocks to none is asynchronous - * anyway, so we postpone this into an immediate timed event. + * anyway, so we postpone this into an immediate event. */ state = talloc(sconn, struct break_to_none_state);