diff options
Diffstat (limited to 'fs/ext4')
-rw-r--r-- | fs/ext4/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/dir.c b/fs/ext4/dir.c index 3882fbc5e215..b8eeaf15b034 100644 --- a/fs/ext4/dir.c +++ b/fs/ext4/dir.c | |||
@@ -334,7 +334,7 @@ static inline loff_t ext4_get_htree_eof(struct file *filp) | |||
334 | * | 334 | * |
335 | * For non-htree, ext4_llseek already chooses the proper max offset. | 335 | * For non-htree, ext4_llseek already chooses the proper max offset. |
336 | */ | 336 | */ |
337 | loff_t ext4_dir_llseek(struct file *file, loff_t offset, int whence) | 337 | static loff_t ext4_dir_llseek(struct file *file, loff_t offset, int whence) |
338 | { | 338 | { |
339 | struct inode *inode = file->f_mapping->host; | 339 | struct inode *inode = file->f_mapping->host; |
340 | int dx_dir = is_dx_dir(inode); | 340 | int dx_dir = is_dx_dir(inode); |