]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/ext4/dir.c
Merge branch 'master' of git://1984.lsi.us.es/nf
[mirror_ubuntu-artful-kernel.git] / fs / ext4 / dir.c
index 6dda04f05ef421eee9046d19d6b797fbd2a92d8a..d8cd1f0f4661e98e7b84f9c0e10ff81192179f8c 100644 (file)
@@ -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);