diff --git a/[refs] b/[refs] index c6ffc4a7ea87..a5eff540ec51 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 810da240f221d64bf90020f25941b05b378186fe +refs/heads/master: d4e439549127d3ca544482551f5f1af4f114debd diff --git a/trunk/fs/ext4/dir.c b/trunk/fs/ext4/dir.c index 3882fbc5e215..b8eeaf15b034 100644 --- a/trunk/fs/ext4/dir.c +++ b/trunk/fs/ext4/dir.c @@ -334,7 +334,7 @@ static inline loff_t ext4_get_htree_eof(struct file *filp) * * For non-htree, ext4_llseek already chooses the proper max offset. */ -loff_t ext4_dir_llseek(struct file *file, loff_t offset, int whence) +static loff_t ext4_dir_llseek(struct file *file, loff_t offset, int whence) { struct inode *inode = file->f_mapping->host; int dx_dir = is_dx_dir(inode);