X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fjfs%2Fjfs_inode.h;h=5249ac5ea53caca42e20e2a7e97726e1f705e80c;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=ab6d106b5b988713eb5988617a74c92612cdfa50;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/fs/jfs/jfs_inode.h b/fs/jfs/jfs_inode.h index ab6d106b5..5249ac5ea 100644 --- a/fs/jfs/jfs_inode.h +++ b/fs/jfs/jfs_inode.h @@ -33,9 +33,8 @@ extern void jfs_free_zero_link(struct inode *); extern struct dentry *jfs_get_parent(struct dentry *dentry); extern int jfs_sync_flags(struct inode *); extern void jfs_set_inode_flags(struct inode *); -extern int jfs_get_block(struct inode *, sector_t, struct buffer_head *, int); -extern const struct address_space_operations jfs_aops; +extern struct address_space_operations jfs_aops; extern struct inode_operations jfs_dir_inode_operations; extern const struct file_operations jfs_dir_operations; extern struct inode_operations jfs_file_inode_operations;