Changeset 9068
- Timestamp:
- 09/18/11 13:11:21 (20 months ago)
- Files:
-
- 1 modified
-
branches/orangefs-2-8-5/src/io/dev/pint-dev.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/orangefs-2-8-5/src/io/dev/pint-dev.c
r8967 r9068 320 320 assert(ptr); 321 321 322 #ifdef REDHAT_RELEASE_9323 322 /* fixes a corruption issue on linux 2.4 kernels where the buffers are 324 323 * not being pinned in memory properly … … 328 327 gossip_err("Error: FAILED to munlock shared buffer\n"); 329 328 } 330 #endif331 329 332 330 PINT_mem_aligned_free(ptr);
