udf: Clean up handling of invalid uid/gid
authorJan Kara <jack@suse.cz>
Thu, 22 Feb 2018 09:28:52 +0000 (10:28 +0100)
committerJan Kara <jack@suse.cz>
Tue, 27 Feb 2018 09:25:33 +0000 (10:25 +0100)
commit0c9850f4d4c5d645125869fe0fa206fb662bd98b
tree441eb17e805ce00a37c008c4a63372ee087f4e53
parentecd10aa42819cd5dcf639d25575e95a5bda8d08a
udf: Clean up handling of invalid uid/gid

Current code relies on the fact that invalid uid/gid as defined by UDF
2.60 3.3.3.1 and 3.3.3.2 coincides with invalid uid/gid as used by the
user namespaces implementation. Since this is only lucky coincidence,
clean this up to avoid future surprises in case user namespaces
implementation changes. Also this is more robust in presence of valid
(from UDF point of view) uids / gids which do not map into current user
namespace.

Reviewed-by: Pali Rohár <pali.rohar@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/inode.c
fs/udf/udfdecl.h