]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/9p/xattr.c
xattr_handler: pass dentry and inode as separate arguments of ->get()
[mirror_ubuntu-artful-kernel.git] / fs / 9p / xattr.c
index 9dd9b47a6c1a1f095f15aeeff96e41638cd85a5e..18c62bae95917d40653e1ffc5c62e372c3b99456 100644 (file)
@@ -138,8 +138,8 @@ ssize_t v9fs_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size)
 }
 
 static int v9fs_xattr_handler_get(const struct xattr_handler *handler,
-                                 struct dentry *dentry, const char *name,
-                                 void *buffer, size_t size)
+                                 struct dentry *dentry, struct inode *inode,
+                                 const char *name, void *buffer, size_t size)
 {
        const char *full_name = xattr_full_name(handler, name);