Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F105769805
D9003.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
427 B
Referenced Files
None
Subscribers
None
D9003.diff
View Options
Index: head/lib/libstand/nandfs.c
===================================================================
--- head/lib/libstand/nandfs.c
+++ head/lib/libstand/nandfs.c
@@ -1045,7 +1045,7 @@
for (i = 512; i < (16 * 1024); i <<= 1) {
NANDFS_DEBUG("%d ", i);
- err = (f->f_dev->dv_strategy)(f->f_devdata, F_READ, 0, 0, i,
+ err = (f->f_dev->dv_strategy)(f->f_devdata, F_READ, 0, i,
buffer, NULL);
if (err == 0) {
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Dec 21, 11:00 AM (18 h, 5 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15540621
Default Alt Text
D9003.diff (427 B)
Attached To
Mode
D9003: loader: nandfs calls strategy with one extra argument.
Attached
Detach File
Event Timeline
Log In to Comment