diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 4c5fe37b237d..e1c01552a3df 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -2006,6 +2006,7 @@ extern const struct file_operations ext4_dir_operations; | |||
2006 | /* file.c */ | 2006 | /* file.c */ |
2007 | extern const struct inode_operations ext4_file_inode_operations; | 2007 | extern const struct inode_operations ext4_file_inode_operations; |
2008 | extern const struct file_operations ext4_file_operations; | 2008 | extern const struct file_operations ext4_file_operations; |
2009 | extern loff_t ext4_llseek(struct file *file, loff_t offset, int origin); | ||
2009 | 2010 | ||
2010 | /* namei.c */ | 2011 | /* namei.c */ |
2011 | extern const struct inode_operations ext4_dir_inode_operations; | 2012 | extern const struct inode_operations ext4_dir_inode_operations; |