[Ocfs2-commits] bryce commits r1681 - branches/bryce/src
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Wed Dec 1 06:05:24 CST 2004
Author: bryce
Date: 2004-12-01 06:05:22 -0600 (Wed, 01 Dec 2004)
New Revision: 1681
Modified:
branches/bryce/src/dlm.c
Log:
cpu_to_x shifted to RHS of expressions
Modified: branches/bryce/src/dlm.c
===================================================================
--- branches/bryce/src/dlm.c 2004-12-01 12:04:35 UTC (rev 1680)
+++ branches/bryce/src/dlm.c 2004-12-01 12:05:22 UTC (rev 1681)
@@ -101,7 +101,7 @@
BUG();
}
- cpu_to_le16(DISK_LOCK(fe)->bryce_dl_master) = lockres->master_node_num;
+ DISK_LOCK(fe)->bryce_dl_master = cpu_to_le16(lockres->master_node_num);
DISK_LOCK(fe)->dl_level = lockres->lock_type;
set_buffer_uptodate(bh);
More information about the Ocfs2-commits
mailing list