ecryptfs: Switch to generic xattr handlers
[cascardo/linux.git] / fs / ecryptfs / ecryptfs_kernel.h
index 4ba1547..599a292 100644 (file)
@@ -715,4 +715,6 @@ int ecryptfs_set_f_namelen(long *namelen, long lower_namelen,
 int ecryptfs_derive_iv(char *iv, struct ecryptfs_crypt_stat *crypt_stat,
                       loff_t offset);
 
+extern const struct xattr_handler *ecryptfs_xattr_handlers[];
+
 #endif /* #ifndef ECRYPTFS_KERNEL_H */