switch ->setxattr() to passing dentry and inode separately
[deliverable/linux.git] / fs / overlayfs / inode.c
index c7b31a03dc9cf9926a4f32669b05438b158a8a66..0ed7c40124378cc9dce12d73e3c22449d2348909 100644 (file)
@@ -210,8 +210,9 @@ static bool ovl_is_private_xattr(const char *name)
        return strncmp(name, OVL_XATTR_PRE_NAME, OVL_XATTR_PRE_LEN) == 0;
 }
 
-int ovl_setxattr(struct dentry *dentry, const char *name,
-                const void *value, size_t size, int flags)
+int ovl_setxattr(struct dentry *dentry, struct inode *inode,
+                const char *name, const void *value,
+                size_t size, int flags)
 {
        int err;
        struct dentry *upperdentry;
This page took 0.023375 seconds and 5 git commands to generate.