patch-2.4.18 linux/include/linux/jbd.h
Next file: linux/include/linux/kdev_t.h
Previous file: linux/include/linux/iso_fs.h
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Jan 17 21:23:51 2002
- Orig file:
linux.orig/include/linux/jbd.h
- Orig date:
Mon Feb 18 20:18:40 2002
diff -Naur -X /home/marcelo/lib/dontdiff linux.orig/include/linux/jbd.h linux/include/linux/jbd.h
@@ -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;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)