Merge branch 'next-loadpin' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris...
[linux-2.6-microblaze.git] / fs / orangefs / orangefs-sysfs.c
index dd28079..19739aa 100644 (file)
@@ -323,7 +323,7 @@ static ssize_t sysfs_service_op_show(struct kobject *kobj,
        /* Can't do a service_operation if the client is not running... */
        rc = is_daemon_in_service();
        if (rc) {
-               pr_info("%s: Client not running :%d:\n",
+               pr_info_ratelimited("%s: Client not running :%d:\n",
                        __func__,
                        is_daemon_in_service());
                goto out;