X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fjfs%2Fjfs_superblock.h;fp=fs%2Fjfs%2Fjfs_superblock.h;h=fcf781bf31cbf9e399043953fb6857d2c27b93aa;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=682cf1a68a185ae3a7f22c954a86de1b35c2d339;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/fs/jfs/jfs_superblock.h b/fs/jfs/jfs_superblock.h index 682cf1a68..fcf781bf3 100644 --- a/fs/jfs/jfs_superblock.h +++ b/fs/jfs/jfs_superblock.h @@ -113,9 +113,12 @@ extern int jfs_mount(struct super_block *); extern int jfs_mount_rw(struct super_block *, int); extern int jfs_umount(struct super_block *); extern int jfs_umount_rw(struct super_block *); -extern int jfs_extendfs(struct super_block *, s64, int); -extern struct task_struct *jfsIOthread; -extern struct task_struct *jfsSyncThread; +extern int jfs_stop_threads; +extern struct completion jfsIOwait; +extern wait_queue_head_t jfs_IO_thread_wait; +extern wait_queue_head_t jfs_commit_thread_wait; +extern wait_queue_head_t jfs_sync_thread_wait; +extern int jfs_extendfs(struct super_block *, s64, int); #endif /*_H_JFS_SUPERBLOCK */