From: Jan Kara Date: Wed, 17 Jun 2009 23:26:27 +0000 (-0700) Subject: isofs: fix setting of uid and gid to 0 X-Git-Tag: v2.6.31-rc1~245 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c4a656b7e51503c2b5e7e7310ec326ee38a8389;p=pandora-kernel.git isofs: fix setting of uid and gid to 0 isofs allows setting of default uid and gid of files but value 0 was used to indicate that user did not specify any uid/gid mount option. Since this option also overrides uid/gid set in Rock Ridge extension, it makes sense to allow forcing uid/gid 0. Fix option processing to allow this. Cc: Signed-off-by: Jan Kara Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed