Re: [PATCH] generic: require filesize to be greater than fs block size in generic/240

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

 



> -# 2 threads, fs block sized writes, 64k filesize, stride through file by
> +if [ $file_size -lt $fs_block_size ]; then
> +	file_size=$fs_block_size
> +fi

We'd need the file size to be a multiple of the block size to make this
useful, I'd take 4 or 8 times as a useful default.

_______________________________________________
xfs mailing list
xfs@xxxxxxxxxxx
http://oss.sgi.com/mailman/listinfo/xfs




[Index of Archives]     [Linux XFS Devel]     [Linux Filesystem Development]     [Filesystem Testing]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux