diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 14:49:35 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-21 14:49:35 -0700 |
commit | 9527cc77e25b3a3787569edcbb8e74080b8df54a (patch) | |
tree | f74d109be6176c4e5eb0cc2424b696856eebc0e5 /fs/jfs/jfs_superblock.h | |
parent | 1d345dac1f30af1cd9f3a1faa12f9f18f17f236e (diff) | |
parent | d039ba24f135147f60a13bcaa768189a5b773b6e (diff) | |
download | linux-9527cc77e25b3a3787569edcbb8e74080b8df54a.tar.gz linux-9527cc77e25b3a3787569edcbb8e74080b8df54a.tar.bz2 linux-9527cc77e25b3a3787569edcbb8e74080b8df54a.zip |
Merge 'for-linus' branch of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6
Diffstat (limited to 'fs/jfs/jfs_superblock.h')
-rw-r--r-- | fs/jfs/jfs_superblock.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fs/jfs/jfs_superblock.h b/fs/jfs/jfs_superblock.h index ab0566f70cfa..fcf781bf31cb 100644 --- a/fs/jfs/jfs_superblock.h +++ b/fs/jfs/jfs_superblock.h @@ -109,5 +109,16 @@ 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_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 */ |