Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F156966091
D51254.id158316.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.id158316.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
Mon, May 18, 4:54 PM (5 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33257865
Default Alt Text
D51254.id158316.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