diff options
| author | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-12 05:11:41 +0000 |
|---|---|---|
| committer | Gary Palmer <gpalmer@FreeBSD.org> | 1996-06-12 05:11:41 +0000 |
| commit | c23670e2949d9e72d99006b4f3be147c712f2f89 (patch) | |
| tree | c727af841ff654969571e10a8dc92e2a987cd0c2 /sys/gnu/fs/ext2fs/ext2_alloc.c | |
| parent | 1409e0b3841780591862f4165059fbfe400a0e0d (diff) | |
Notes
Diffstat (limited to 'sys/gnu/fs/ext2fs/ext2_alloc.c')
| -rw-r--r-- | sys/gnu/fs/ext2fs/ext2_alloc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/gnu/fs/ext2fs/ext2_alloc.c b/sys/gnu/fs/ext2fs/ext2_alloc.c index eeff9f646118..8d4673338f40 100644 --- a/sys/gnu/fs/ext2fs/ext2_alloc.c +++ b/sys/gnu/fs/ext2fs/ext2_alloc.c @@ -211,11 +211,15 @@ nospace: * Note that the error return is not reflected back to the user. Rather * the previous block allocation will be used. */ + +#ifdef FANCY_REALLOC #include <sys/sysctl.h> static int doasyncfree = 1; #ifdef OPT_DEBUG SYSCTL_INT(_debug, 14, doasyncfree, CTLFLAG_RW, &doasyncfree, 0, ""); #endif /* OPT_DEBUG */ +#endif + int ext2_reallocblks(ap) struct vop_reallocblks_args /* { |
