smbd: Remove some FAKE_LEVEL_II comments
[mat/samba.git] / source3 / smbd / smb2_create.c
index 140c81b309e2979b1ebf7cb6ccacc3cd2be2bd9b..f48c8ee3790dce5f1b664462660f9b7addfe8783 100644 (file)
@@ -58,11 +58,6 @@ static uint8_t map_samba_oplock_levels_to_smb2(int oplock_type)
        } else if (EXCLUSIVE_OPLOCK_TYPE(oplock_type)) {
                return SMB2_OPLOCK_LEVEL_EXCLUSIVE;
        } else if (oplock_type == LEVEL_II_OPLOCK) {
-               /*
-                * Don't use LEVEL_II_OPLOCK_TYPE here as
-                * this also includes FAKE_LEVEL_II_OPLOCKs
-                * which are internal only.
-                */
                return SMB2_OPLOCK_LEVEL_II;
        } else {
                return SMB2_OPLOCK_LEVEL_NONE;