]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/bad_inode.c
net/mlx5e: Add support to get ethtool flow rules
[karo-tx-linux.git] / fs / bad_inode.c
index 72e35b721608e6a1e8468656acf6478a58440b64..3ba385eaa26ee0131e5e3eaf7bfed77290222942 100644 (file)
@@ -100,8 +100,8 @@ static int bad_inode_setattr(struct dentry *direntry, struct iattr *attrs)
        return -EIO;
 }
 
-static int bad_inode_setxattr(struct dentry *dentry, const char *name,
-               const void *value, size_t size, int flags)
+static int bad_inode_setxattr(struct dentry *dentry, struct inode *inode,
+               const char *name, const void *value, size_t size, int flags)
 {
        return -EIO;
 }