Searched hist:"10 fa1684ed3be7246e2704dfa94e1dd53f306d45" (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/fs/unionfs/ |
H A D | union_vnops.c | diff 10fa1684ed3be7246e2704dfa94e1dd53f306d45 Fri May 18 09:43:13 CEST 2001 Boris Popov <bp@FreeBSD.org> Currently there is no way to tell if write operation invoked via vn_start_write() on the given vnode will be successful. VOP_LEASE() may help to solve this problem, but its return value ignored nearly everywhere. For now just assume that the missing upper layer on write means insufficient access rights (which is correct for most cases). diff 10fa1684ed3be7246e2704dfa94e1dd53f306d45 Fri May 18 09:43:13 CEST 2001 Boris Popov <bp@FreeBSD.org> Currently there is no way to tell if write operation invoked via vn_start_write() on the given vnode will be successful. VOP_LEASE() may help to solve this problem, but its return value ignored nearly everywhere. For now just assume that the missing upper layer on write means insufficient access rights (which is correct for most cases).
|