]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
fuse2fs: add support for 32-bit uids and gids
authorTheodore Ts'o <tytso@mit.edu>
Fri, 20 Dec 2019 20:16:09 +0000 (15:16 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 20 Dec 2019 20:16:09 +0000 (15:16 -0500)
commitdae1ecc2442f43867309ec2f03a7c5422401f690
tree950b95f2f3250e0dfa2b9c945484bddb2f3ae4d9
parent23f94dde2550a2ecd14fdecb16e52b3f8887a10f
fuse2fs: add support for 32-bit uids and gids

Previously, uids were truncated at 16 bits because we weren't properly
handling i_uid_high and i_gid_high.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.c