DragonFly commits List (threaded) for 2009-07
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
DragonFly-2.3.2.135.gebace master sys/vfs/nfs nfs_serv.c
commit ebaced37eb69b3d349d980f1533d67b235be06c4
Author: Matthew Dillon <dillon@apollo.backplane.com>
Date: Wed Jul 22 21:40:10 2009 -0700
NFS - fix d_ino reporting for readdir, readdirplus, fix unsigned check
* The d_ino reported by readdir/readdirplus was not encoding the entire
64 bit inode number.
* Extracted cnt/siz variables are signed ints, cast to unsigned to check
against max to deal with negative values.
Summary of changes:
sys/vfs/nfs/nfs_serv.c | 29 ++++++++++++++---------------
1 files changed, 14 insertions(+), 15 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/ebaced37eb69b3d349d980f1533d67b235be06c4
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]