]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/fs.h
net/mlx4_en: Add DCB PFC support through CEE netlink commands
[karo-tx-linux.git] / include / linux / fs.h
index 9ace7f745bcdeef15b7b3e7beed2ed8b18bb991e..dd288148a6b15f2ea958441e628f5ed2a729faff 100644 (file)
@@ -1729,7 +1729,8 @@ struct inode_operations {
                        struct inode *, struct dentry *, unsigned int);
        int (*setattr) (struct dentry *, struct iattr *);
        int (*getattr) (struct vfsmount *mnt, struct dentry *, struct kstat *);
-       int (*setxattr) (struct dentry *, const char *,const void *,size_t,int);
+       int (*setxattr) (struct dentry *, struct inode *,
+                        const char *, const void *, size_t, int);
        ssize_t (*getxattr) (struct dentry *, struct inode *,
                             const char *, void *, size_t);
        ssize_t (*listxattr) (struct dentry *, char *, size_t);