]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - fs/ecryptfs/ecryptfs_kernel.h
->getxattr(): pass dentry and inode as separate arguments
[linux.git] / fs / ecryptfs / ecryptfs_kernel.h
index d123fbaa28e000246cfab9829e444f60e49a6843..6ff907f7333156b6d74a656a32476b956cabb542 100644 (file)
@@ -607,8 +607,8 @@ ecryptfs_parse_packet_set(struct ecryptfs_crypt_stat *crypt_stat,
                          unsigned char *src, struct dentry *ecryptfs_dentry);
 int ecryptfs_truncate(struct dentry *dentry, loff_t new_length);
 ssize_t
-ecryptfs_getxattr_lower(struct dentry *lower_dentry, const char *name,
-                       void *value, size_t size);
+ecryptfs_getxattr_lower(struct dentry *lower_dentry, struct inode *lower_inode,
+                       const char *name, void *value, size_t size);
 int
 ecryptfs_setxattr(struct dentry *dentry, const char *name, const void *value,
                  size_t size, int flags);