Whamcloud - gitweb
Updated parameters for obdfs_writepage() to use struct *dentry instead of
[fs/lustre-release.git] / lustre / tests / fs.sh
1 #! /bin/bash
2
3 insmod loop
4 dd if=/dev/zero of=/tmp/fs bs=1024 count=10000
5 losetup /dev/loop0 /tmp/fs
6 mke2fs -b 4096 /dev/loop0