tmpfs - fix chgrp(), or chown() when one of uid/gid is to be unchanged
authorYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Mon, 22 Nov 2010 02:35:48 +0000 (11:35 +0900)
committerYONETANI Tomokazu <y0netan1@dragonflybsd.org>
Mon, 29 Nov 2010 04:13:44 +0000 (13:13 +0900)
commit314b6efeda4396711b44d7619d09e342623d1abc
treed4527cfd6a167e70f9fe4bfb80a8b9ae8f7ab8ba
parent3bb3f4da9c3ac99683eb2b940ac5deb564cd96f2
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.
sys/vfs/tmpfs/tmpfs_subr.c