[PATCH] fs/jfs: Conversion to generic boolean
[safe/jmp/linux-2.6] / fs / jfs / jfs_xtree.c
index e72f4eb..c92307d 100644 (file)
@@ -2964,7 +2964,7 @@ xtRelocate(tid_t tid, struct inode * ip, xad_t * oxad,    /* old XAD */
                        cmSetXD(ip, cp, pno, dxaddr, nblks);
 
                        /* release the cbuf, mark it as modified */
-                       cmPut(cp, TRUE);
+                       cmPut(cp, true);
 
                        dxaddr += nblks;
                        sxaddr += nblks;