Merge branch 'acpica-fixes'
[linux-2.6-block.git] / fs / hfs / hfs_fs.h
index fa3eed86837cfc7308b6e22745eec65d41de981e..ee2f385811c820ce4fdff468b616cf378440f586 100644 (file)
@@ -212,7 +212,7 @@ extern void hfs_evict_inode(struct inode *);
 extern void hfs_delete_inode(struct inode *);
 
 /* attr.c */
-extern int hfs_setxattr(struct dentry *dentry, const char *name,
+extern int hfs_setxattr(struct dentry *dentry, struct inode *inode, const char *name,
                        const void *value, size_t size, int flags);
 extern ssize_t hfs_getxattr(struct dentry *dentry, struct inode *inode,
                            const char *name, void *value, size_t size);