commit 3b9337bbddcb34a1fbcf503d3655c77bdc98c6f7
Author: YONETANI Tomokazu <[email protected]>
Date:   Mon Nov 22 11:35:48 2010 +0900

    tmpfs - fix chgrp(), or chown() when one of uid/gid is to be unchanged
    
    uid/gid values from function arguments were being used instead of the ones
    arranged by vop_helper_chown(), accidentally setting one of them to -1
    (4294967295) instead of leaving it unchanged.

Summary of changes:
 sys/vfs/tmpfs/tmpfs_subr.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3b9337bbddcb34a1fbcf503d3655c77bdc98c6f7


-- 
DragonFly BSD source repository

Reply via email to