Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Apr 2010 15:33:19 +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:  <201004071533.o37FXeLw067998@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jh          2010-04-07 15:33:19 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/gnu/fs/ext2fs    ext2_inode_cnv.c ext2_vnops.c 
  Log:
  SVN rev 206359 on 2010-04-07 15:33:19Z 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
  
  Revision   Changes    Path
  1.15.10.1  +6 -4      src/sys/gnu/fs/ext2fs/ext2_inode_cnv.c
  1.110.2.5  +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?201004071533.o37FXeLw067998>