Hi, On Tue, Jan 02, 2001 at 10:37:50PM -0500, Alexander Viro wrote: > Umm... OK, the last argument is convincing. Thanks... > > BTW, what was the reason behind doing preallocation for directories on > ext2_bread() level? We both buy ourselves an oddity in directory structure > (preallocated blocks become refered from the inode immediately and they > are beyond i_size) and get more complicated ext2_alloc_block(). What do > we win here? Having preallocated blocks allocated immediately is deliberate: directories grow slowly and remain closed most of the time, so the normal preallocation regime of only preallocating open files and discarding preallocation on close just doesn't work. --Stephen - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- [CFT][RFC] ext2_new_inode() fixes and cleanup Alexander Viro
- Re: [CFT][RFC] ext2_new_inode() fixes and cleanup Theodore Y. Ts'o
- Re: [CFT][RFC] ext2_new_inode() fixes and clea... Alexander Viro
- Re: [CFT][RFC] ext2_new_inode() fixes and cleanup Andreas Dilger
- Re: [CFT][RFC] ext2_new_inode() fixes and clea... Alexander Viro
- [RFC] ext2_new_block() behaviour Alexander Viro
- Re: [RFC] ext2_new_block() behaviour Andreas Dilger
- Re: [RFC] ext2_new_block() behaviour Alexander Viro
- Re: [Ext2-devel] Re: [RFC] ext2_n... Stephen C. Tweedie
- Re: [Ext2-devel] Re: [RFC] ex... Alexander Viro
- Re: [Ext2-devel] Re: [RFC... Oliver Xymoron
- Re: [Ext2-devel] Re: [RFC... Alexander Viro
- Re: [Ext2-devel] Re: [RFC... Oliver Xymoron
- Re: [Ext2-devel] Re: [RFC... Stephen C. Tweedie
- Re: [Ext2-devel] Re: [RFC... Alexander Viro
- -bird tree Re: [Ext2-deve... Marcelo Tosatti
- Re: [Ext2-devel] Re: [RFC... Stephen C. Tweedie
- Re: [Ext2-devel] Re: [RFC... Andreas Dilger
- Re: [Ext2-devel] Re: [RFC... Stephen C. Tweedie