smbd: Fix a comment
authorVolker Lendecke <vl@samba.org>
Wed, 2 Oct 2013 15:20:16 +0000 (15:20 +0000)
committerStefan Metzmacher <metze@samba.org>
Sun, 6 Oct 2013 11:54:45 +0000 (13:54 +0200)
This has been converted from a timed event to an immediate one in
e7dab403c0ca6f6

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/oplock.c

index efb37e17feba5a30cc9bea2767f6ba5acfce6a3f..621886235ffa17c1763c3515a1bc26242d9ca57a 100644 (file)
@@ -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);