看板 DFBSD_commit 關於我們 聯絡資訊
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