1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-15 15:06:42 +00:00
freebsd/sys/fs/ext2fs
Pedro F. Giffuni f744956b4a Relax some unnecessary unsigned type changes in ext2fs.
While the changes in r245820 are in line with the ext2 spec,
the code derived from UFS can use negative values so it is
better to relax some types to keep them as they were, and
somewhat more similar to UFS. While here clean some casts.

Some of the original types are still wrong and will require
more work.

Discussed with:	bde
MFC after:	3 days
2013-06-13 03:23:24 +00:00
..
ext2_alloc.c Relax some unnecessary unsigned type changes in ext2fs. 2013-06-13 03:23:24 +00:00
ext2_balloc.c Relax some unnecessary unsigned type changes in ext2fs. 2013-06-13 03:23:24 +00:00
ext2_bmap.c ext2fs: Small cosmetic fixes. 2013-06-03 20:02:45 +00:00
ext2_dinode.h ext2fs: space vs tab. 2013-06-03 20:33:05 +00:00
ext2_dir.h ext2fs: general cleanup. 2013-02-02 22:23:45 +00:00
ext2_extern.h Bring in reallocblk to ext2fs. 2011-12-15 20:31:18 +00:00
ext2_inode_cnv.c ext2fs: space vs tab. 2013-06-03 20:33:05 +00:00
ext2_inode.c Turn DIAGNOSTICs to INVARIANTS in ext2fs. 2013-06-12 15:24:48 +00:00
ext2_lookup.c Turn DIAGNOSTICs to INVARIANTS in ext2fs. 2013-06-12 15:24:48 +00:00
ext2_mount.h ext2fs: Remove unused em_e2fsb definition.. 2013-02-05 03:23:56 +00:00
ext2_subr.c ext2fs: Use prototype declarations for function definitions 2013-02-10 19:49:37 +00:00
ext2_vfsops.c s/file system/filesystem/g 2013-06-11 02:47:07 +00:00
ext2_vnops.c Turn DIAGNOSTICs to INVARIANTS in ext2fs. 2013-06-12 15:24:48 +00:00
ext2fs.h e2fs_bpg and e2fs_isize are always unsigned. 2013-06-09 01:38:51 +00:00
fs.h ext2fs: general cleanup. 2013-02-02 22:23:45 +00:00
inode.h Remove unused MAXSYMLINKLEN macro. 2013-02-08 20:30:19 +00:00