Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   jdolecek
Date:           Thu Aug  4 17:43:48 UTC 2016

Modified Files:
        src/sbin/fsck_ext2fs: inode.c
        src/sbin/newfs_ext2fs: mke2fs.c
        src/sys/ufs/ext2fs: ext2fs.h ext2fs_bswap.c ext2fs_dinode.h
            ext2fs_inode.c
        src/sys/ufs/ufs: inode.h

Log Message:
rename struct ext2fs_dinode attribute e2di_dacl to correct
e2di_size_high; even Linux ext2 filesystem code actually uses it
unconditionally this way and ext4 code finally also calls it that way
in their struct definition too; if there was any trace of this for other
purpose it's long gone


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sbin/fsck_ext2fs/inode.c
cvs rdiff -u -r1.23 -r1.24 src/sbin/newfs_ext2fs/mke2fs.c
cvs rdiff -u -r1.39 -r1.40 src/sys/ufs/ext2fs/ext2fs.h
cvs rdiff -u -r1.21 -r1.22 src/sys/ufs/ext2fs/ext2fs_bswap.c
cvs rdiff -u -r1.31 -r1.32 src/sys/ufs/ext2fs/ext2fs_dinode.h
cvs rdiff -u -r1.83 -r1.84 src/sys/ufs/ext2fs/ext2fs_inode.c
cvs rdiff -u -r1.72 -r1.73 src/sys/ufs/ufs/inode.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index