|
|
| version 1.20, 2004/05/19 22:52:58 | version 1.21, 2004/05/21 15:41:23 |
|---|---|
| Line 272 sequential_heuristic(struct uio *uio, st | Line 272 sequential_heuristic(struct uio *uio, st |
| /* | /* |
| * Package up an I/O request on a vnode into a uio and do it. | * Package up an I/O request on a vnode into a uio and do it. |
| * | |
| * We are going to assume the caller has done the appropriate | |
| * VOP_LEASE() call before calling vn_rdwr() | |
| */ | */ |
| int | int |
| vn_rdwr(rw, vp, base, len, offset, segflg, ioflg, cred, aresid, td) | vn_rdwr(rw, vp, base, len, offset, segflg, ioflg, cred, aresid, td) |