Revision 111c4e2f

b/lib/config.py
1237 1237
    This is because some data elements need uniqueness across the
1238 1238
    whole configuration, etc.
1239 1239

  
1240
    @warning: this function will call L{_WriteConfig()}, so it needs
1241
        to either be called with the lock held or from a safe place
1242
        (the constructor)
1240
    @warning: this function will call L{_WriteConfig()}, but also
1241
        L{DropECReservations} so it needs to be called only from a
1242
        "safe" place (the constructor). If one wanted to call it with
1243
        the lock held, a DropECReservationUnlocked would need to be
1244
        created first, to avoid causing deadlock.
1243 1245

  
1244 1246
    """
1245 1247
    modified = False

Also available in: Unified diff