diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index 372642d3987205ab79ec3c65792a8f69686002d1..9161e8a76e777382933185a10b26dc991a3b5f52 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -2748,7 +2748,7 @@ xlog_ungrant_log_space(xlog_t *log, trace_xfs_log_ungrant_exit(log, ticket); - xfs_log_space_wake(log->l_mp, true); + xfs_log_space_wake(log->l_mp, false); } /*