cvs commit: src/sys/gnu/ext2fs ext2_fs.h ext2_inode.c ext2_inode_cnv.c

Tim J. Robbins tjr at FreeBSD.org
Wed Feb 18 06:08:26 PST 2004


tjr         2004/02/18 06:08:25 PST

  FreeBSD src repository

  Modified files:
    sys/gnu/ext2fs       ext2_fs.h ext2_inode.c ext2_inode_cnv.c 
  Log:
  Add partial support for large (>4GB) files on ext2 filesystems. This
  support is partial in that it will refuse to create large files on
  filesystems that haven't been upgraded to EXT2_DYN_REV or that don't
  have the EXT2_FEATURE_RO_COMPAT_LARGE_FILE flag set in the superblock.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.13      +2 -1      src/sys/gnu/ext2fs/ext2_fs.h
  1.45      +10 -0     src/sys/gnu/ext2fs/ext2_inode.c
  1.13      +4 -0      src/sys/gnu/ext2fs/ext2_inode_cnv.c


More information about the cvs-src mailing list