aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs/jfs_xtree.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jfs/jfs_xtree.c')
-rw-r--r--fs/jfs/jfs_xtree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/jfs_xtree.c b/fs/jfs/jfs_xtree.c
index e72f4ebb6e9c..c92307d3a57e 100644
--- a/fs/jfs/jfs_xtree.c
+++ b/fs/jfs/jfs_xtree.c
@@ -2964,7 +2964,7 @@ xtRelocate(tid_t tid, struct inode * ip, xad_t * oxad, /* old XAD */
2964 cmSetXD(ip, cp, pno, dxaddr, nblks); 2964 cmSetXD(ip, cp, pno, dxaddr, nblks);
2965 2965
2966 /* release the cbuf, mark it as modified */ 2966 /* release the cbuf, mark it as modified */
2967 cmPut(cp, TRUE); 2967 cmPut(cp, true);
2968 2968
2969 dxaddr += nblks; 2969 dxaddr += nblks;
2970 sxaddr += nblks; 2970 sxaddr += nblks;