diff options
author | Kazuya Mio <k-mio@sx.jp.nec.com> | 2010-10-28 03:30:15 +0200 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2010-10-28 03:30:15 +0200 |
commit | a6371b636f9f007ee5c90f85de048bc1b675424a (patch) | |
tree | 8cb3091cc98debd71ba58a4a3d2157e6eec24593 /arch | |
parent | ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static (diff) | |
download | linux-a6371b636f9f007ee5c90f85de048bc1b675424a.tar.xz linux-a6371b636f9f007ee5c90f85de048bc1b675424a.zip |
ext4: fix compile error in ext4_fallocate()
When I compiled 2.6.36-rc3 kernel with EXT4FS_DEBUG definition, I got
the following compile error.
CC [M] fs/ext4/extents.o
fs/ext4/extents.c: In function 'ext4_fallocate':
fs/ext4/extents.c:3772: error: 'block' undeclared (first use in this function)
fs/ext4/extents.c:3772: error: (Each undeclared identifier is reported only once
fs/ext4/extents.c:3772: error: for each function it appears in.)
make[2]: *** [fs/ext4/extents.o] Error 1
The patch fixes this problem.
Signed-off-by: Kazuya Mio <k-mio@sx.jp.nec.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions