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 4a6f7c5d1459..bece882f99ec 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c | |||
@@ -2225,7 +2225,7 @@ xlog_state_do_callback( | |||
2225 | repeats = 0; | 2225 | repeats = 0; |
2226 | xfs_fs_cmn_err(CE_WARN, log->l_mp, | 2226 | xfs_fs_cmn_err(CE_WARN, log->l_mp, |
2227 | "%s: possible infinite loop (%d iterations)", | 2227 | "%s: possible infinite loop (%d iterations)", |
2228 | __FUNCTION__, flushcnt); | 2228 | __func__, flushcnt); |
2229 | } | 2229 | } |
2230 | } while (!ioerrors && loopdidcallbacks); | 2230 | } while (!ioerrors && loopdidcallbacks); |
2231 | 2231 | ||