--- zzzz-none-000/linux-2.4.17/include/linux/jbd.h 2001-12-21 17:42:03.000000000 +0000 +++ sangam-fb-322/linux-2.4.17/include/linux/jbd.h 2004-11-24 13:21:44.000000000 +0000 @@ -567,6 +567,7 @@ int journal_next_log_block(journal_t *, unsigned long *); /* Commit management */ +void journal_end_buffer_io_sync(struct buffer_head *bh, int uptodate); extern void journal_commit_transaction(journal_t *); /* Checkpoint list management */ @@ -799,8 +800,6 @@ #define BJ_Reserved 8 /* Buffer is reserved for access by journal */ #define BJ_Types 9 -extern int jbd_blocks_per_page(struct inode *inode); - #ifdef __KERNEL__ extern spinlock_t jh_splice_lock;