kernel-ark/fs/ufs
Evgeniy Dushistov f391475812 [PATCH] ufs: missed brelse and wrong baseblk
This patch fixes two bugs, which introduced by previous patches:

1) Missed "brelse"

2) Sometimes "baseblk" may be wrongly calculated, if i_size is equal to
   zero, which lead infinite cycle in "mpage_writepages".

Signed-off-by: Evgeniy Dushistov <dushistov@mail.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-06-25 10:01:04 -07:00
..
balloc.c [PATCH] ufs: missed brelse and wrong baseblk 2006-06-25 10:01:04 -07:00
cylinder.c [PATCH] ufs: easy debug 2006-06-25 10:01:03 -07:00
dir.c [PATCH] ufs: little directory lookup optimization 2006-06-25 10:01:03 -07:00
file.c
ialloc.c [PATCH] ufs: little directory lookup optimization 2006-06-25 10:01:03 -07:00
inode.c [PATCH] ufs: missed brelse and wrong baseblk 2006-06-25 10:01:04 -07:00
Makefile
namei.c [PATCH] ufs: easy debug 2006-06-25 10:01:03 -07:00
super.c [PATCH] ufs: printk warning fixes 2006-06-25 10:01:04 -07:00
swab.h
symlink.c
truncate.c [PATCH] ufs: i_blocks wrong count 2006-06-25 10:01:03 -07:00
util.c [PATCH] ufs: easy debug 2006-06-25 10:01:03 -07:00
util.h