]> err.no Git - linux-2.6/blobdiff - fs/jfs/jfs_superblock.h
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[linux-2.6] / fs / jfs / jfs_superblock.h
index ab0566f70cfaa36e116379567d42a38c3a0a78f2..682cf1a68a185ae3a7f22c954a86de1b35c2d339 100644 (file)
@@ -109,5 +109,13 @@ struct jfs_superblock {
 extern int readSuper(struct super_block *, struct buffer_head **);
 extern int updateSuper(struct super_block *, uint);
 extern void jfs_error(struct super_block *, const char *, ...);
+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;
 
 #endif /*_H_JFS_SUPERBLOCK */