linux-stable-rt/fs/ext2
Carsten Otte 0cfc11ed45 [PATCH] fix xip sparse file handling in ext2
Oliver Paukstadt from our test department is testing the xip patches in
Linus' git-tree.  He found a problem that shows when reading a file that
contains sparse blocks (holes) on a -o xip mounted ext2 filesystem: the
BUG_ON() in fs/ext2/xip.c:40 triggers where it should not.  The problem was
introduced by a cleanup in my previous patch, this patch fixes it.

Signed-off-by: Carsten Otte <cotte@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-07-27 16:25:53 -07:00
..
CHANGES
Makefile
acl.c
acl.h
balloc.c
bitmap.c
dir.c
ext2.h [PATCH] ext2: fix mount options parting 2005-07-12 16:01:01 -07:00
file.c [PATCH] xip: reduce code duplication 2005-06-24 00:06:41 -07:00
fsync.c
ialloc.c [PATCH] ext2: drop quota reference before releasing inode 2005-07-27 16:25:50 -07:00
inode.c
ioctl.c
namei.c
super.c [PATCH] ext2: fix mount options parting 2005-07-12 16:01:01 -07:00
symlink.c
xattr.c
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c
xip.c [PATCH] fix xip sparse file handling in ext2 2005-07-27 16:25:53 -07:00
xip.h