]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blobdiff - fs/read_write.c
Merge tag 'for-linus' of git://github.com/openrisc/linux
[mirror_ubuntu-hirsute-kernel.git] / fs / read_write.c
index 4fb797822567a6b3500f61820d7b76ed22942635..5db58b8c78d0dd22c1abd5ac27a3d81118d03b31 100644 (file)
@@ -301,7 +301,7 @@ loff_t vfs_llseek(struct file *file, loff_t offset, int whence)
 }
 EXPORT_SYMBOL(vfs_llseek);
 
-off_t ksys_lseek(unsigned int fd, off_t offset, unsigned int whence)
+static off_t ksys_lseek(unsigned int fd, off_t offset, unsigned int whence)
 {
        off_t retval;
        struct fd f = fdget_pos(fd);