From: J. Bruce Fields Date: Tue, 2 Mar 2010 20:49:21 +0000 (-0500) Subject: svcrpc: treat uid's as unsigned X-Git-Tag: v2.6.34-rc1~27^2~2 X-Git-Url: http://ftp.safe.ca/?p=safe%2Fjmp%2Flinux-2.6;a=commitdiff_plain;h=ccdb357ccb77cc4cbe4f7abee9efd19957f0753a;hp=ccdb357ccb77cc4cbe4f7abee9efd19957f0753a svcrpc: treat uid's as unsigned We should consistently treat uid's as unsigned--it's confusing when the display of uid's in the cache contents isn't consistent with their representation in upcalls. Signed-off-by: J. Bruce Fields ---