Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150215318
D51254.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
345 B
Referenced Files
None
Subscribers
None
D51254.id.diff
View Options
diff --git a/sys/kern/vfs_cluster.c b/sys/kern/vfs_cluster.c
--- a/sys/kern/vfs_cluster.c
+++ b/sys/kern/vfs_cluster.c
@@ -260,8 +260,10 @@
*/
while (lblkno < (origblkno + maxra)) {
error = VOP_BMAP(vp, lblkno, NULL, &blkno, &ncontig, NULL);
- if (error)
+ if (error) {
+ error = 0;
break;
+ }
if (blkno == -1)
break;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 31, 8:05 AM (10 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30628266
Default Alt Text
D51254.id.diff (345 B)
Attached To
Mode
D51254: vfs_cluster.c: Do not propagate VOP_BMAP errors to the caller
Attached
Detach File
Event Timeline
Log In to Comment