commit | f391475812ba39afa322c835217ffe936f5e754a | [log] [tgz] |
---|---|---|
author | Evgeniy Dushistov <dushistov@mail.ru> | Sun Jun 25 05:47:28 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Jun 25 10:01:04 2006 -0700 |
tree | d5bf0a5ec79b0bebe87988734c316b18360f42a8 | |
parent | 96710b29e05f3b470bc4206366021b56e28d5208 [diff] |
[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>