[PATCH] Add static to functions local to fs/ext4/balloc.c

2007-06-06 Thread Kirk True
ext4_reserve_local, ext4_rebalance_reservation, and ext4_reserve_global are all local to balloc.c and can be made static. This is against the 2.6.22-rc4-ext4-1 tree that was announced on: http://lists.openwall.net/linux-ext4/2007/06/05/15 Signed-off-by: Kirk True [EMAIL PROTECTED] Index

Failures in e2fsprogs-1.39-tyt3 'make check'

2007-06-04 Thread Kirk True
Hi all, I'm getting some errors in the 'make check' step when building e2fsprogs-1.39-tyt3. Many of the errors look to be as a result of missing image files, for example: f_orphan_dotdot_ft: filetype of .. in orphaned directories: ../../tests/run_e2fsck: line 43:

Re: Failures in e2fsprogs-1.39-tyt3 'make check'

2007-06-04 Thread Kirk True
Hi Theodore, Sorry if this is a documented, known issue. I'm just being paranoid and don't want to do a 'make install' if it will hose up the box. Yes, it's known. Note that e2fsprogs 1.39-tyt3 is really only meant for ext4 developers. If you're not trying to use ext4 (and it's really

fallocate for ext2?

2007-05-27 Thread Kirk True
Hi all, I've been trying to follow the fallocate thread and was curious if it's worthwhile or worthless to attempt an implementation for ext2. I know ext2 isn't actively developed, per se, but I'm looking for a manageable project to cut my teeth on and get up to speed. Thanks, Kirk - To