]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/jfs/jfs_superblock.h
[PATCH] proc: optimize proc_check_dentry_visible
[karo-tx-linux.git] / fs / jfs / jfs_superblock.h
index fcf781bf31cbf9e399043953fb6857d2c27b93aa..682cf1a68a185ae3a7f22c954a86de1b35c2d339 100644 (file)
@@ -113,12 +113,9 @@ 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_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);
 
+extern struct task_struct *jfsIOthread;
+extern struct task_struct *jfsSyncThread;
+
 #endif /*_H_JFS_SUPERBLOCK */