Date: Mon, 4 Jan 2010 14:35:36 +0000 (UTC) From: Jaakko Heinonen <jh@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/gnu/fs/ext2fs ext2_inode_cnv.c ext2_vnops.c Message-ID: <201001041435.o04EZmqu084035@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jh 2010-01-04 14:35:36 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/gnu/fs/ext2fs ext2_inode_cnv.c ext2_vnops.c Log: SVN rev 201497 on 2010-01-04 14:35:36Z by jh MFC r198940: File flags handling fixes for ext2fs: - Disallow setting of flags not supported by ext2fs. - Map EXT2_APPEND_FL to SF_APPEND. - Map EXT2_IMMUTABLE_FL to SF_IMMUTABLE. - Map EXT2_NODUMP_FL to UF_NODUMP. Note that ext2fs doesn't support user settable append and immutable flags. EXT2_NODUMP_FL is an user settable flag also on Linux. PR: kern/122047 Approved by: trasz (mentor) Revision Changes Path 1.15.22.2 +6 -4 src/sys/gnu/fs/ext2fs/ext2_inode_cnv.c 1.119.2.2 +4 -0 src/sys/gnu/fs/ext2fs/ext2_vnops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001041435.o04EZmqu084035>