aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jfs')
-rw-r--r--fs/jfs/jfs_dmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jfs/jfs_dmap.c b/fs/jfs/jfs_dmap.c
index d9b031cf69f5..d13b93043b04 100644
--- a/fs/jfs/jfs_dmap.c
+++ b/fs/jfs/jfs_dmap.c
@@ -2437,7 +2437,7 @@ dbAdjCtl(struct bmap * bmp, s64 blkno, int newval, int alloc, int level)
2437 2437
2438 /* check if this is a control page update for an allocation. 2438 /* check if this is a control page update for an allocation.
2439 * if so, update the leaf to reflect the new leaf value using 2439 * if so, update the leaf to reflect the new leaf value using
2440 * dbSplit(); otherwise (deallocation), use dbJoin() to udpate 2440 * dbSplit(); otherwise (deallocation), use dbJoin() to update
2441 * the leaf with the new value. in addition to updating the 2441 * the leaf with the new value. in addition to updating the
2442 * leaf, dbSplit() will also split the binary buddy system of 2442 * leaf, dbSplit() will also split the binary buddy system of
2443 * the leaves, if required, and bubble new values within the 2443 * the leaves, if required, and bubble new values within the