[PATCH] xfs/299: change variable name from "temp" to "tmp" for typo error

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



In xfs/299, project IDs are in $tmp.projid file. But there's one
line code try to use $temp.projid. Fortunately, it doesn't bring
any problems until now, but if keep using $temp.projid it really
don't make sense.

Signed-off-by: Zorro Lang <zlang@xxxxxxxxxx>
---

Hi,

When I found xfs/299 run failed, I try to dig into it. Although
I sent a duplicate patch for XFS, but there's another tiny
problem I found when I check xfs/299 failure.

I know this problem is very potty, so if someone is writting
another patch about xfs/299, you can fix this incidentally.

Thanks,
Zorro

 tests/xfs/299 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/xfs/299 b/tests/xfs/299
index 1f61eea..d2670f8 100755
--- a/tests/xfs/299
+++ b/tests/xfs/299
@@ -143,7 +143,7 @@ _exercise()
 	_file_as_id $SCRATCH_MNT/initme $id $type 1024 0
 	echo "ls -l $SCRATCH_MNT" >>$seqres.full
 	ls -l $SCRATCH_MNT >>$seqres.full
-	xfs_quota -D $tmp.projects -P $temp.projid -x \
+	xfs_quota -D $tmp.projects -P $tmp.projid -x \
 		-c "limit -$type bsoft=${bsoft}k bhard=${bhard}k $id" \
 		-c "limit -$type isoft=$isoft ihard=$ihard $id" \
 		$SCRATCH_DEV
-- 
2.5.5

--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux