Switch over pagesize feature.c option, add a check for project quota.

Merge of master-melb:xfs-cmds:21941a by kenmcd.
This commit is contained in:
Nathan Scott
2005-03-24 05:05:35 +00:00
parent 24211a43f8
commit 5ed0f19a49
4 changed files with 33 additions and 10 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ run_fsx()
fi
}
psize=`$here/src/feature -p`
psize=`$here/src/feature -s`
bsize=512
# 2.4 Linux kernels support bsize aligned direct I/O only
kernel=`uname -r | sed -e 's/\(2\..\).*/\1/'`