diff options
Diffstat (limited to 'include/linux/efs_fs.h')
-rw-r--r-- | include/linux/efs_fs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/efs_fs.h b/include/linux/efs_fs.h index a36f9d6fd..f422f4e51 100644 --- a/include/linux/efs_fs.h +++ b/include/linux/efs_fs.h @@ -47,7 +47,7 @@ static const char cprt[] = "EFS: "EFS_VERSION" - (c) 1999 Al Smith <Al.Smith@aes extern struct inode_operations efs_dir_inode_operations; extern struct inode_operations efs_file_inode_operations; -extern struct inode_operations efs_symlink_inode_operations; +extern struct address_space_operations efs_symlink_aops; extern int init_module(void); extern void cleanup_module(void); |