smb2_create_durable_reconnect: change a comment
authorMichael Adam <obnox@samba.org>
Mon, 13 Feb 2012 21:00:45 +0000 (22:00 +0100)
committerStefan Metzmacher <metze@samba.org>
Thu, 10 May 2012 16:41:43 +0000 (18:41 +0200)
source3/smbd/smb2_create.c

index c66d04c4742a94ff4932171161573ec7fda549ca..db9e9d5cb35f8a8862b783100cfa0e37974212fd 100644 (file)
@@ -399,12 +399,7 @@ static NTSTATUS smb2_create_durable_reconnect(struct smbXsrv_open *op,
        /* 1. check entry in locking.tdb */
 
        /*
-        * TODO: need to use different fetch function
-        * parse_share_modes currently checks for serverid_exists
-        * possibilites:
-        * - adapt fetch_share_mode / parse_share_modes to honour durable
-        *   (i.e. not make share mode invalid if server does not exist for
-        *    durable)
+        * Q: fetch with lock right away?
         */
        sharemode_lock = fetch_share_mode_unlocked(mem_ctx,
                                                   op->global->backend_file_id);