linux/fs/udf
Jan Kara 52b19ac993 udf: Fix BUG_ON() in destroy_inode()
udf_clear_inode() can leave behind buffers on mapping's i_private list (when
we truncated preallocation). Call invalidate_inode_buffers() so that the list
is properly cleaned-up before we return from udf_clear_inode(). This is ugly
and suggest that we should cleanup preallocation earlier than in clear_inode()
but currently there's no such call available since drop_inode() is called under
inode lock and thus is unusable for disk operations.

Signed-off-by: Jan Kara <jack@suse.cz>
2008-11-27 17:38:28 +01:00
..
Makefile
balloc.c
dir.c
directory.c
ecma_167.h
file.c udf: add llseek method 2008-09-08 20:31:04 +02:00
fsync.c
ialloc.c udf: Fix error paths in udf_new_inode() 2008-08-19 11:05:05 +02:00
inode.c udf: Fix BUG_ON() in destroy_inode() 2008-11-27 17:38:28 +01:00
lowlevel.c
misc.c
namei.c [PATCH] get rid of on-stack dentry in udf 2008-10-23 05:13:15 -04:00
osta_udf.h
partition.c
super.c vfs: Use const for kernel parser table 2008-10-13 10:10:37 -07:00
symlink.c
truncate.c
udf_i.h
udf_sb.h
udfdecl.h
udfend.h
udftime.c
unicode.c