git: tmpfs - fix chgrp(), or chown() when one of uid/gid is to be unchanged
YONETANI Tomokazu
y0netan1 at crater.dragonflybsd.org
Sun Nov 21 20:47:24 PST 2010
commit 3b9337bbddcb34a1fbcf503d3655c77bdc98c6f7
Author: YONETANI Tomokazu <y0netan1 at dragonflybsd.org>
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
More information about the Commits
mailing list