summaryrefslogtreecommitdiff
path: root/include/linux/fs.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 19:11:21 -0800
committerLinus Torvalds <torvalds@athlon.transmeta.com>2002-02-04 19:11:21 -0800
commit08eb400cbebc7717f546845df7b87ad6f8711cf5 (patch)
tree1ee43fee22b320eebc4f2fb2b62c1386428baff5 /include/linux/fs.h
parent9582480a60d0be5ac47e3da2777ec828278abf7f (diff)
v2.4.6.5 -> v2.4.6.6
- me: fix more buffer head SMP races (non-x86 only - weak memory ordering) - Andrea Arkangeli: some bh cleanups from the buffer race condition fix - Tim Waugh: parport drievr documentation, init sanity - Ion Badulescu: starfire net driver update - David Miller: sparc and networking updates - Ivan Kokshaysky: alpha version of the inlined rw-semaphores - NIIBE Yutaka: SuperH update
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index f6866ccf6abb..6f6ef817b059 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1058,6 +1058,7 @@ extern int fs_may_remount_ro(struct super_block *);
extern int try_to_free_buffers(struct page *, unsigned int);
extern void refile_buffer(struct buffer_head * buf);
+extern void end_buffer_io_sync(struct buffer_head *bh, int uptodate);
/* reiserfs_writepage needs this */
extern void set_buffer_async_io(struct buffer_head *bh) ;