DragonFly-2.3.2.135.gebace master sys/vfs/nfs nfs_serv.c

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Jul 22 22:06:58 PDT 2009


commit ebaced37eb69b3d349d980f1533d67b235be06c4
Author: Matthew Dillon <dillon at 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





More information about the Commits mailing list