DragonFly commits List (threaded) for 2010-02
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: kernel - NFS - fix additional problems with readdirplus
commit af5fde9ca364fcaefeebf4db5db01d6b670b593d
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Tue Feb 9 02:17:55 2010 -0800
kernel - NFS - fix additional problems with readdirplus
* Ok, give up trying to hack a fix for readdirplus. Instead, do the
fix the right by properly reordering namecache lookups and vnodes.
* Do not create a namecache entry for '.' or '..'. These entries are
superfluous (ignored by the lookup code).
Summary of changes:
sys/vfs/nfs/nfs_vnops.c | 103 ++++++++++++++++++++++-------------------------
1 files changed, 48 insertions(+), 55 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/af5fde9ca364fcaefeebf4db5db01d6b670b593d
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]