[PATCH] ext4 calls journal_stop

journal_stop() is not defined for ext4; change to ext4_journal_stop().

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Randy Dunlap 2006-12-08 02:35:52 -08:00 коммит произвёл Linus Torvalds
Родитель bff19b1d0b
Коммит 01a732eb22
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1232,7 +1232,7 @@ retry:
from, to, NULL, do_journal_get_write_access);
if (ret)
/* fatal error, just put the handle and return */
journal_stop(handle);
ext4_journal_stop(handle);
}
return ret;