diff options
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 321760d6b353..5b19760b1de5 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h | |||
@@ -2028,6 +2028,8 @@ static inline unsigned char get_dtype(struct super_block *sb, int filetype) | |||
2028 | 2028 | ||
2029 | return ext4_filetype_table[filetype]; | 2029 | return ext4_filetype_table[filetype]; |
2030 | } | 2030 | } |
2031 | extern int ext4_check_all_de(struct inode *dir, struct buffer_head *bh, | ||
2032 | void *buf, int buf_size); | ||
2031 | 2033 | ||
2032 | /* fsync.c */ | 2034 | /* fsync.c */ |
2033 | extern int ext4_sync_file(struct file *, loff_t, loff_t, int); | 2035 | extern int ext4_sync_file(struct file *, loff_t, loff_t, int); |