From: Al Viro Date: Mon, 27 Apr 2015 21:51:30 +0000 (-0400) Subject: ext4: split inode_operations for encrypted symlinks off the rest X-Git-Tag: omap-for-v4.3/legacy-v2-signed~213^2~127 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7a67e8a089e25ef48ab01dd34ce82678ef70f11;p=pandora-kernel.git ext4: split inode_operations for encrypted symlinks off the rest Signed-off-by: Al Viro --- 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; Reading git-diff-tree failed