| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH] xfstests: don't use -s option to repquota |
| From: | Christoph Hellwig <hch@xxxxxxxxxxxxx> |
| Date: | Mon, 5 Apr 2010 15:04:29 -0400 |
| User-agent: | Mutt/1.5.19 (2009-01-05) |
The -s option to repquota used to be a no-op, but actually changes
output to different units in quota tools 4.0. Remove it from the
repquota invocation in test 219.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
Index: xfstests-dev/219
===================================================================
--- xfstests-dev.orig/219 2010-04-05 18:55:09.000000000 +0000
+++ xfstests-dev/219 2010-04-05 18:55:16.000000000 +0000
@@ -85,7 +85,7 @@ test_accounting()
$here/src/lstat64 $file | head -3 | filter_scratch
done
- repquota -$type -s -n $SCRATCH_MNT | grep -v "^#0" | filter_scratch |
+ repquota -$type -n $SCRATCH_MNT | grep -v "^#0" | filter_scratch |
awk '/^#/ { if (seen[$1]) next; seen[$1]++; } { print; }'
}
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Kernel crash in xfs_iflush_cluster (was Somebody take a look please!...), Janos Haar |
|---|---|
| Next by Date: | Re: [PATCH] xfstests: don't use -s option to repquota, Eric Sandeen |
| Previous by Thread: | Re: [PATCH 7/7] xfs: xfs_log_recover.c odds and ends, Christoph Hellwig |
| Next by Thread: | Re: [PATCH] xfstests: don't use -s option to repquota, Eric Sandeen |
| Indexes: | [Date] [Thread] [Top] [All Lists] |