[PATCH] fio: add 'directory' and 'numjobs' options
[disktools.git] / drivescan.c
index 2b55da725221910d8953fa68d6fa155e4824011f..3d10df74c6fe0890251649c52655b43ef102a458 100644 (file)
@@ -87,7 +87,7 @@ typedef unsigned int u32;
 #define BLKGETSIZE64 _IOR(0x12,114,size_t)
 #endif
 
-#define BS     (4096)
+#define BS     (65536)
 #define MASK   (4095)
 
 #define ALIGN(buf)     (((unsigned long) (buf) + MASK) & ~(MASK))