diff options
Diffstat (limited to 'fs/xfs/xfs_log.c')
-rw-r--r-- | fs/xfs/xfs_log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index c5107c7bc4bf..dc95a49d62e7 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c | |||
@@ -2515,7 +2515,7 @@ next_lv: | |||
2515 | if (lv) | 2515 | if (lv) |
2516 | vecp = lv->lv_iovecp; | 2516 | vecp = lv->lv_iovecp; |
2517 | } | 2517 | } |
2518 | if (record_cnt == 0 && ordered == false) { | 2518 | if (record_cnt == 0 && !ordered) { |
2519 | if (!lv) | 2519 | if (!lv) |
2520 | return 0; | 2520 | return 0; |
2521 | break; | 2521 | break; |