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

/freebsd-10.0-release/sys/fs/nullfs/
H A Dnull_subr.cdiff 229431 Tue Jan 03 19:18:01 MST 2012 kib Do the vput() for the lowervp in the null_nodeget() for error case too.
Several callers of null_nodeget() did the cleanup itself, but several
missed it, most prominent being null_bypass(). Remove the cleanup from
the callers, now null_nodeget() handles lowervp free itself.

Reported and tested by: pho
MFC after: 1 week
H A Dnull_vfsops.cdiff 229431 Tue Jan 03 19:18:01 MST 2012 kib Do the vput() for the lowervp in the null_nodeget() for error case too.
Several callers of null_nodeget() did the cleanup itself, but several
missed it, most prominent being null_bypass(). Remove the cleanup from
the callers, now null_nodeget() handles lowervp free itself.

Reported and tested by: pho
MFC after: 1 week
H A Dnull_vnops.cdiff 229431 Tue Jan 03 19:18:01 MST 2012 kib Do the vput() for the lowervp in the null_nodeget() for error case too.
Several callers of null_nodeget() did the cleanup itself, but several
missed it, most prominent being null_bypass(). Remove the cleanup from
the callers, now null_nodeget() handles lowervp free itself.

Reported and tested by: pho
MFC after: 1 week

Completed in 79 milliseconds