From: Darrick J. Wong <djwong@xxxxxxxxxx> Since LARP is an experimental debug-only feature, we should try to warn about it being in use once per day, not once per reboot. Signed-off-by: Darrick J. Wong <djwong@xxxxxxxxxx> --- fs/xfs/xfs_log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index 9dc748abdf33..edd077e055d5 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -3910,8 +3910,8 @@ xfs_attr_use_log_assist( if (error) goto drop_incompat; - xfs_warn_once(mp, -"EXPERIMENTAL logged extended attributes feature added. Use at your own risk!"); + xfs_warn_daily(mp, + "EXPERIMENTAL logged extended attributes feature added. Use at your own risk!"); return 0; drop_incompat: