[Ocfs2-commits] smushran commits r1902 - trunk/fs/ocfs2
svn-commits at oss.oracle.com
svn-commits at oss.oracle.com
Tue Feb 22 19:26:23 CST 2005
Author: smushran
Signed-off-by: mfasheh
Date: 2005-02-22 19:26:22 -0600 (Tue, 22 Feb 2005)
New Revision: 1902
Modified:
trunk/fs/ocfs2/dlmglue.c
Log:
missing =
Signed-off-by: mfasheh
Modified: trunk/fs/ocfs2/dlmglue.c
===================================================================
--- trunk/fs/ocfs2/dlmglue.c 2005-02-22 22:47:43 UTC (rev 1901)
+++ trunk/fs/ocfs2/dlmglue.c 2005-02-23 01:26:22 UTC (rev 1902)
@@ -305,7 +305,7 @@
ocfs2_lock_type_char[type], OCFS2_LOCK_ID_PAD, blkno,
generation);
- OCFS_ASSERT(len = (OCFS2_LOCK_ID_MAX_LEN - 1));
+ OCFS_ASSERT(len == (OCFS2_LOCK_ID_MAX_LEN - 1));
dprintk("built lock resource with name: %s\n", name);
More information about the Ocfs2-commits
mailing list