Changeset 9068

Show
Ignore:
Timestamp:
09/18/11 13:11:21 (20 months ago)
Author:
mtmoore
Message:

merge change for munlock with no ifdef

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/orangefs-2-8-5/src/io/dev/pint-dev.c

    r8967 r9068  
    320320        assert(ptr); 
    321321 
    322 #ifdef REDHAT_RELEASE_9 
    323322        /* fixes a corruption issue on linux 2.4 kernels where the buffers are 
    324323         * not being pinned in memory properly 
     
    328327           gossip_err("Error: FAILED to munlock shared buffer\n"); 
    329328        } 
    330 #endif 
    331329 
    332330        PINT_mem_aligned_free(ptr);