diff options
Diffstat (limited to 'fs/ubifs/lpt_commit.c')
-rw-r--r-- | fs/ubifs/lpt_commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ubifs/lpt_commit.c b/fs/ubifs/lpt_commit.c index 0c9c69bd983a..9fe376a039cd 100644 --- a/fs/ubifs/lpt_commit.c +++ b/fs/ubifs/lpt_commit.c | |||
@@ -586,7 +586,7 @@ static struct ubifs_pnode *next_pnode_to_dirty(struct ubifs_info *c, | |||
586 | if (nnode->nbranch[iip].lnum) | 586 | if (nnode->nbranch[iip].lnum) |
587 | break; | 587 | break; |
588 | } | 588 | } |
589 | } while (iip >= UBIFS_LPT_FANOUT); | 589 | } while (iip >= UBIFS_LPT_FANOUT); |
590 | 590 | ||
591 | /* Go right */ | 591 | /* Go right */ |
592 | nnode = ubifs_get_nnode(c, nnode, iip); | 592 | nnode = ubifs_get_nnode(c, nnode, iip); |