Commit 41f84493 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Christoph Hellwig

[XFS] fix namespace pullution

SGI Modid: 2.5.x-xfs:slinx:136827a
parent 2bff212c
......@@ -926,7 +926,7 @@ xfs_syncsub(
IPOINTER_CLR; \
}
#define PREEMPT_MASK 0x7f
#define XFS_PREEMPT_MASK 0x7f
if (bypassed)
*bypassed = 0;
......@@ -1395,7 +1395,7 @@ xfs_syncsub(
* if we have looped many times without dropping the
* lock.
*/
if ((++preempt & PREEMPT_MASK) == 0) {
if ((++preempt & XFS_PREEMPT_MASK) == 0) {
if (mount_locked) {
IPOINTER_INSERT(ip, mp);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment