]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ext2fs: Support e2di_uid_high and e2di_gid_high.
authorpfg <pfg@FreeBSD.org>
Tue, 27 Jun 2017 15:07:19 +0000 (15:07 +0000)
committerpfg <pfg@FreeBSD.org>
Tue, 27 Jun 2017 15:07:19 +0000 (15:07 +0000)
commitc040266954834d20d68f1cba29c7f539b5c9c78d
tree4237d5277517ceaadb214d33889033599d30b03d
parentc9f73190def74638b00f99bc79f91478dc6f9324
ext2fs: Support e2di_uid_high and e2di_gid_high.

The fields exist on all versions of the filesystem and using them is a mount
option on linux. For FreeBSD, the corresponding i_uid and i_gid are always
long enough so use them by default.

Reviewed by: Fedor Uporov
MFC after: 1 month
Differential Revision: https://reviews.freebsd.org/D11354
sys/fs/ext2fs/ext2_inode_cnv.c