X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fhfsplus%2Fhfsplus_fs.h;h=57b6ec7bc833416ec53b69027391976ef87d9c5a;hb=9e1bf581d67d87a1d7fc0ea500729e3a03643a26;hp=4d976d286cab18ca6dd4363a136400936a0ec1e5;hpb=8d40237c730b8be87c1b80a5d96b9c603fefa829;p=linux-2.6.git diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h index 4d976d286..57b6ec7bc 100644 --- a/fs/hfsplus/hfsplus_fs.h +++ b/fs/hfsplus/hfsplus_fs.h @@ -155,7 +155,6 @@ struct hfsplus_sb_info { struct hfsplus_inode_info { struct semaphore extents_lock; u32 clump_blocks, alloc_blocks; - sector_t fs_blocks; /* Allocation extents from catalog record or volume header */ hfsplus_extent_rec first_extents; u32 first_blocks; @@ -341,11 +340,6 @@ void hfsplus_delete_inode(struct inode *); /* ioctl.c */ int hfsplus_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg); -int hfsplus_setxattr(struct dentry *dentry, const char *name, - const void *value, size_t size, int flags); -ssize_t hfsplus_getxattr(struct dentry *dentry, const char *name, - void *value, size_t size); -ssize_t hfsplus_listxattr(struct dentry *dentry, char *buffer, size_t size); /* options.c */ int parse_options(char *, struct hfsplus_sb_info *);