linux/fs/ext4
Toshiyuki Okajima 29bc5b4f73 mistaken ext4_inode_bitmap for ext4_block_bitmap
In ext4_new_blocks(), one of two ext4_block_bitmap() calls should be
ext4_inode_bitmap() call.  It is not harmful in normal processing, but it
should be fixed.

Signed-off-by: Toshiyuki Okajima <toshi.okajima@jp.fujitsu.com>
Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2007-07-16 09:05:49 -07:00
..
acl.c
acl.h
balloc.c mistaken ext4_inode_bitmap for ext4_block_bitmap 2007-07-16 09:05:49 -07:00
bitmap.c
dir.c
ext4_jbd2.c
extents.c When ext4_ext_insert_extent() fails to insert new blocks 2007-05-31 16:20:15 -04:00
file.c sendfile: remove .sendfile from filesystems that use generic_file_sendfile() 2007-07-10 08:04:13 +02:00
fsync.c
hash.c
ialloc.c
inode.c ext4: lost brelse in ext4_read_inode() 2007-06-24 08:59:12 -07:00
ioctl.c
Makefile
namei.c ext3/ext4: orphan list corruption due bad inode 2007-07-16 09:05:46 -07:00
namei.h
resize.c
super.c ext4: fix deadlock in ext4_remount() and orphan list handling 2007-07-16 09:05:48 -07:00
symlink.c
xattr_security.c
xattr_trusted.c
xattr_user.c
xattr.c
xattr.h