vfs: remove an outdate comment from the files_struct definition
authorMichael Adam <obnox@samba.org>
Wed, 2 Mar 2016 20:54:58 +0000 (21:54 +0100)
committerRalph Boehme <slow@samba.org>
Thu, 3 Mar 2016 11:16:47 +0000 (12:16 +0100)
Leases are implemented since a while...

Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Autobuild-User(master): Ralph Böhme <slow@samba.org>
Autobuild-Date(master): Thu Mar  3 12:16:47 CET 2016 on sn-devel-144

source3/include/vfs.h

index 9aa45fa11d1ab559a83e44bfbd466b80d0b47232..c8e049487dce530361374a71e1f379013e7c4b78 100644 (file)
@@ -258,7 +258,7 @@ typedef struct files_struct {
        bool write_time_forced;
 
        int oplock_type;
-       struct fsp_lease *lease; /* Not yet used. Placeholder for leases. */
+       struct fsp_lease *lease;
        int sent_oplock_break;
        struct tevent_timer *oplock_timeout;
        struct lock_struct last_lock_failure;