Date: Thu, 5 Nov 2009 04:51:38 +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: <200911050451.nA54pxod058721@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jh 2009-11-05 04:51:38 UTC FreeBSD src repository Modified files: sys/gnu/fs/ext2fs ext2_inode_cnv.c ext2_vnops.c Log: SVN rev 198940 on 2009-11-05 04:51:38Z by jh 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 Reported by: Ighighi Submitted by: Aditya Sarawgi (original version) Reviewed by: bde Approved by: trasz (mentor) Revision Changes Path 1.16 +6 -4 src/sys/gnu/fs/ext2fs/ext2_inode_cnv.c 1.120 +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?200911050451.nA54pxod058721>