Deleted Added
full compact
36c36
< * $FreeBSD: head/sys/fs/ext2fs/fs.h 246258 2013-02-02 22:23:45Z pfg $
---
> * $FreeBSD: head/sys/fs/ext2fs/fs.h 251809 2013-06-16 16:10:45Z pfg $
67a68,77
> * A summary of contiguous blocks of various sizes is maintained
> * in each cylinder group. Normally this is set by the initial
> * value of fs_maxcontig.
> *
> * XXX:FS_MAXCONTIG is set to 16 to conserve space. Here we set
> * EXT2_MAXCONTIG to 32 for better performance.
> */
> #define EXT2_MAXCONTIG 32
>
> /*