projects
/
disktools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c040c17
)
[PATCH] drivescan: default to 64k block size
author
Jens Axboe
<axboe@suse.de>
Tue, 18 Oct 2005 13:50:27 +0000
(15:50 +0200)
committer
Jens Axboe
<axboe@suse.de>
Tue, 18 Oct 2005 13:50:27 +0000
(15:50 +0200)
drivescan.c
patch
|
blob
|
blame
|
history
diff --git
a/drivescan.c
b/drivescan.c
index 2b55da725221910d8953fa68d6fa155e4824011f..3d10df74c6fe0890251649c52655b43ef102a458 100644
(file)
--- a/
drivescan.c
+++ b/
drivescan.c
@@
-87,7
+87,7
@@
typedef unsigned int u32;
#define BLKGETSIZE64 _IOR(0x12,114,size_t)
#endif
-#define BS (
409
6)
+#define BS (
6553
6)
#define MASK (4095)
#define ALIGN(buf) (((unsigned long) (buf) + MASK) & ~(MASK))