Date: Sun, 18 Jan 2009 14:04:56 +0000 (UTC) From: Stanislav Sedov <stas@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/gnu/fs/ext2fs ext2_fs.h ext2_fs_sb.h ext2_inode.c ext2_linux_ialloc.c ext2_vfsops.c Message-ID: <200901181405.n0IE5Gen071865@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stas 2009-01-18 14:04:56 UTC FreeBSD src repository Modified files: sys/gnu/fs/ext2fs ext2_fs.h ext2_fs_sb.h ext2_inode.c ext2_linux_ialloc.c ext2_vfsops.c Log: SVN rev 187395 on 2009-01-18 14:04:56Z by stas - Obtain inode sizes and location of the first inode based on the contents of superblock rather than using hardcoded values. This fixes ext2fs on filesystems with inode sized other than 128. Submitted by: Alex Lyashkov <Alexey.Lyashkov@Sun.COM> (based on) MFC after: 2 weeks Revision Changes Path 1.16 +2 -2 src/sys/gnu/fs/ext2fs/ext2_fs.h 1.7 +2 -0 src/sys/gnu/fs/ext2fs/ext2_fs_sb.h 1.61 +1 -1 src/sys/gnu/fs/ext2fs/ext2_inode.c 1.26 +2 -2 src/sys/gnu/fs/ext2fs/ext2_linux_ialloc.c 1.177 +7 -3 src/sys/gnu/fs/ext2fs/ext2_vfsops.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901181405.n0IE5Gen071865>