summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorAl Viro2015-04-27 23:51:30 +0200
committerAl Viro2015-05-11 04:18:20 +0200
commita7a67e8a089e25ef48ab01dd34ce82678ef70f11 (patch)
tree13ab26f2255e09f322da5af528c47fd8c547db90 /fs/ext4/ext4.h
parentovl: rearrange ovl_follow_link to it doesn't need to call ->put_link (diff)
downloadkernel-qcow2-linux-a7a67e8a089e25ef48ab01dd34ce82678ef70f11.tar.gz
kernel-qcow2-linux-a7a67e8a089e25ef48ab01dd34ce82678ef70f11.tar.xz
kernel-qcow2-linux-a7a67e8a089e25ef48ab01dd34ce82678ef70f11.zip
ext4: split inode_operations for encrypted symlinks off the rest
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r--fs/ext4/ext4.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 009a0590b20f..ad358f2def66 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -2847,6 +2847,7 @@ extern int ext4_mpage_readpages(struct address_space *mapping,
unsigned nr_pages);
/* symlink.c */
+extern const struct inode_operations ext4_encrypted_symlink_inode_operations;
extern const struct inode_operations ext4_symlink_inode_operations;
extern const struct inode_operations ext4_fast_symlink_inode_operations;