fstests: fix wrong seq number in test

Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
This commit is contained in:
Xiao Yang
2017-01-23 11:48:15 +08:00
committed by Eryu Guan
parent f5f0c11a67
commit 58da38734d
8 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
#! /bin/bash
# FSQA Test No. 401
# FSQA Test No. 134
#
# Since loff_t is a signed type, it is invalid for a filesystem to load
# an inode with i_size = -1ULL. Unfortunately, nobody checks this,