summaryrefslogtreecommitdiffstats
path: root/sys/conf/files
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2017-08-20 01:08:23 +0000
committerpfg <pfg@FreeBSD.org>2017-08-20 01:08:23 +0000
commit9e20cbb8e523fa6c06b63ee797e5ec042bb972a4 (patch)
treec4f6fc59527ffb4554ed0c8dc10a049dd02318ce /sys/conf/files
parent89e8550e99695eeb7d08c7ff02a629a2be342070 (diff)
downloadFreeBSD-src-9e20cbb8e523fa6c06b63ee797e5ec042bb972a4.zip
FreeBSD-src-9e20cbb8e523fa6c06b63ee797e5ec042bb972a4.tar.gz
MFC r316341, r317779, r319071, r319077, r319557, r319558, r319827, r319829:
ext2fs: add read-write support for Extended Attributes and linux ACLs. Extended attributes and their particular implementation in linux are different from FreeBSD so in this case we have started diverging from the UFS EA implementation, which would be the natural reference. Support for linux ext2fs posix-draft ACLs. Submitted by: Fedor Uporov Reviewed by: pfg Include fixes from: cem, pluknet
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index e112065..cb42a55 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -3329,9 +3329,11 @@ geom/virstor/binstream.c optional geom_virstor
geom/virstor/g_virstor.c optional geom_virstor
geom/virstor/g_virstor_md.c optional geom_virstor
geom/zero/g_zero.c optional geom_zero
+fs/ext2fs/ext2_acl.c optional ext2fs
fs/ext2fs/ext2_alloc.c optional ext2fs
fs/ext2fs/ext2_balloc.c optional ext2fs
fs/ext2fs/ext2_bmap.c optional ext2fs
+fs/ext2fs/ext2_extattr.c optional ext2fs
fs/ext2fs/ext2_extents.c optional ext2fs
fs/ext2fs/ext2_inode.c optional ext2fs
fs/ext2fs/ext2_inode_cnv.c optional ext2fs
OpenPOWER on IntegriCloud