Whamcloud - gitweb
LU-15996 quota: change 'none' to 'expired' for grace
[fs/lustre-release.git] / lustre / utils / lfs.c
index 68a74da..111e4af 100644 (file)
@@ -8043,7 +8043,7 @@ static void diff2str(time_t seconds, char *buf, time_t now)
        if (!seconds)
                return;
        if (seconds <= now) {
-               strcpy(buf, "none");
+               strcpy(buf, "expired");
                return;
        }
        __sec2str(seconds - now, buf);