Date: Wed, 18 Feb 2004 06:08:25 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/gnu/ext2fs ext2_fs.h ext2_inode.c ext2_inode_cnv.c Message-ID: <200402181408.i1IE8QaL004568@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200402181408.i1IE8QaL004568>