“1da177e4c3f41524e886b7f1b8a0c1fc7321cac2”上不存在“arch/sparc/include/asm/timer.h”
  • G
    md-cluster: Perform resync/recovery under a DLM lock · c186b128
    Goldwyn Rodrigues 提交于
    Resync or recovery must be performed by only one node at a time.
    A DLM lock resource, resync_lockres provides the mutual exclusion
    so that only one node performs the recovery/resync at a time.
    
    If a node is unable to get the resync_lockres, because recovery is
    being performed by another node, it set MD_RECOVER_NEEDED so as
    to schedule recovery in the future.
    
    Remove the debug message in resync_info_update()
    used during development.
    Signed-off-by: NGoldwyn Rodrigues <rgoldwyn@suse.com>
    c186b128
md.c 236.3 KB