FreeBSD Bugzilla – Attachment #7313: file.diff for
bug #15956
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 15956
| Differences between
file.diff
and this patch
Collapse All
|
Expand All
(-)
subr_disk.c (-1 / +1 lines)
Lines 193-199
Link Here
193
return;
193
return;
194
}
194
}
195
195
196
if (dscheck(bp, dp->d_slice) < 0) {
196
if (dscheck(bp, dp->d_slice) <= 0) {
197
biodone(bp);
197
biodone(bp);
198
return;
198
return;
199
}
199
}
Return to
bug 15956