Searched hist:163210 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/sys/vm/
H A Dvnode_pager.cdiff 163210 Tue Oct 10 16:26:18 MDT 2006 alc Distinguish between two distinct kinds of errors from VOP_BMAP() in
vnode_pager_generic_getpages(): (1) that VOP_BMAP() is unsupported by the
underlying file system and (2) an error in performing the VOP_BMAP().
Previously, vnode_pager_generic_getpages() assumed that all errors were
of the first type. If, in fact, the error was of the second type, the
likely outcome was for the process to become permanently blocked on a busy
page.

MFC after: 3 weeks
Reviewed by: tegge

Completed in 97 milliseconds