Merge getxattr prototype change into work.lookups
[linux-2.6-block.git] / fs / libfs.c
index f3fa82ce9b700b667ce06421197e4db15ae2f52a..43dd28031a1a7a740729f4039e7ee98b3fb71cc1 100644 (file)
@@ -1127,8 +1127,8 @@ static int empty_dir_setxattr(struct dentry *dentry, const char *name,
        return -EOPNOTSUPP;
 }
 
-static ssize_t empty_dir_getxattr(struct dentry *dentry, const char *name,
-                                 void *value, size_t size)
+static ssize_t empty_dir_getxattr(struct dentry *dentry, struct inode *inode,
+                                 const char *name, void *value, size_t size)
 {
        return -EOPNOTSUPP;
 }