From: Miklos Szeredi Date: Mon, 7 Jul 2014 13:28:51 +0000 (+0200) Subject: fuse: handle large user and group ID X-Git-Tag: v3.2.64~291 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58b546648b5a5618db31ffaec70eb80b53a87d5b;p=pandora-kernel.git fuse: handle large user and group ID commit 233a01fa9c4c7c41238537e8db8434667ff28a2f upstream. If the number in "user_id=N" or "group_id=N" mount options was larger than INT_MAX then fuse returned EINVAL. Fix this to handle all valid uid/gid values. Signed-off-by: Miklos Szeredi [bwh: Backported to 3.2: no user namespace conversion] Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed