DragonFly BSD
DragonFly commits List (threaded) for 2012-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel/ufs: Bring in a fix to ufsdirhash_hash() from FreeBSD.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 9 Jun 2012 19:33:33 -0700 (PDT)

commit adde5d01555de8b7c6768a39febce4c9d112d295
Author: Sascha Wildner <saw@online.de>
Date:   Sun Jun 10 04:31:33 2012 +0200

    kernel/ufs: Bring in a fix to ufsdirhash_hash() from FreeBSD.
    
    "When looking for some extra data to include in the hash, use the
     address of the dirhash, rather than the first sizeof(struct dirhash *)
     bytes of the structure (which, thankfully, seem to be constant)."
    
    While here, fix some typos in the comment.
    
    In-discussion-with: thesjg, vsrinivas

Summary of changes:
 sys/vfs/ufs/ufs_dirhash.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/adde5d01555de8b7c6768a39febce4c9d112d295


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]