From: Massimo Maggi Date: Sun, 16 Dec 2012 13:33:51 +0000 (+0100) Subject: Fix get/set users/groups in quota props via numeric id X-Git-Url: https://git.camperquake.de/gitweb.cgi?a=commitdiff_plain;ds=inline;h=5e6320cd1262de6eada39751807c31c059517d01;hp=5e6320cd1262de6eada39751807c31c059517d01;p=zfs.git Fix get/set users/groups in quota props via numeric id Fix setting/getting users/groups in quota properties through numeric identifier. This support was accidentally disabled in the original port by applying the HAVE_IDMAP wrapper macro too broadly. Fix obtained by moving #ifdef HAVE_IDMAP to exclude only the part of code that really needs IDMAP. Now zfs (get|set) (user|group)quota@1000 works as expected. Signed-off-by: Massimo Maggi Signed-off-by: Brian Behlendorf Closes #1147 ---