]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r320408:
authorpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 9 Jul 2017 15:14:22 +0000 (15:14 +0000)
committerpfg <pfg@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 9 Jul 2017 15:14:22 +0000 (15:14 +0000)
commitd0382ee0192a9852e66310612f0d2cea6f753cc6
tree0f503cde3075e4423eeee75118e150173a67032f
parent89226528e290c32b47ef4ba9163a948c0df51c73
MFC r320408:
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@320841 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/fs/ext2fs/ext2_inode_cnv.c