Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src s/shapshot/snapshot/



details:   https://anonhg.NetBSD.org/src/rev/ae0824aba7b3
branches:  trunk
changeset: 1026722:ae0824aba7b3
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Sun Dec 05 07:51:26 2021 +0000

description:
s/shapshot/snapshot/

diffstat:

 sys/ufs/ffs/ffs_snapshot.c  |   6 +++---
 tests/fs/ffs/t_miscquota.sh |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (60 lines):

diff -r c73dda697537 -r ae0824aba7b3 sys/ufs/ffs/ffs_snapshot.c
--- a/sys/ufs/ffs/ffs_snapshot.c        Sun Dec 05 07:47:40 2021 +0000
+++ b/sys/ufs/ffs/ffs_snapshot.c        Sun Dec 05 07:51:26 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ffs_snapshot.c,v 1.152 2020/04/18 19:18:34 christos Exp $      */
+/*     $NetBSD: ffs_snapshot.c,v 1.153 2021/12/05 07:51:26 msaitoh Exp $       */
 
 /*
  * Copyright 2000 Marshall Kirk McKusick. All Rights Reserved.
@@ -38,7 +38,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ffs_snapshot.c,v 1.152 2020/04/18 19:18:34 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ffs_snapshot.c,v 1.153 2021/12/05 07:51:26 msaitoh Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ffs.h"
@@ -457,7 +457,7 @@
        if (error)
                return error;
 #if defined(QUOTA) || defined(QUOTA2)
-       /* shapshot inodes are not accounted in quotas */
+       /* snapshot inodes are not accounted in quotas */
        chkiq(ip, -1, l->l_cred, 0);
 #endif
        ip->i_flags |= (SF_SNAPSHOT | SF_SNAPINVAL);
diff -r c73dda697537 -r ae0824aba7b3 tests/fs/ffs/t_miscquota.sh
--- a/tests/fs/ffs/t_miscquota.sh       Sun Dec 05 07:47:40 2021 +0000
+++ b/tests/fs/ffs/t_miscquota.sh       Sun Dec 05 07:51:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_miscquota.sh,v 1.8 2013/01/22 06:24:11 dholland Exp $ 
+# $NetBSD: t_miscquota.sh,v 1.9 2021/12/05 07:51:26 msaitoh Exp $ 
 #
 #  Copyright (c) 2011 Manuel Bouyer
 #  All rights reserved.
@@ -29,19 +29,19 @@
     "walk user quota list over several disk blocks" -b le 1 user
 
 test_case_root psnapshot_user quota_snap \
-    "create a persistent shapshot of quota-enabled fs, and do some writes" \
+    "create a persistent snapshot of quota-enabled fs, and do some writes" \
     -b le 1 user
 
 test_case_root npsnapshot_user quota_snap \
-    "create a non-persistent shapshot of quota-enabled fs, and do some writes" \
+    "create a non-persistent snapshot of quota-enabled fs, and do some writes" \
     -boL le 1 user
 
 test_case_root psnapshot_unconf_user quota_snap \
-    "create a persistent shapshot of quota-enabled fs, and do some writes and unconf" \
+    "create a persistent snapshot of quota-enabled fs, and do some writes and unconf" \
     -boC le 1 user
 
 test_case_root npsnapshot_unconf_user quota_snap \
-    "create a non-persistent shapshot of quota-enabled fs, and do some writes and unconf" \
+    "create a non-persistent snapshot of quota-enabled fs, and do some writes and unconf" \
     -boLC le 1 user
 
 test_case log_unlink quota_log \



Home | Main Index | Thread Index | Old Index