Linux: define llseek operations
[openafs.git] / src / afs / LINUX / osi_vnodeops.c
index c9d6709..b479475 100644 (file)
@@ -659,6 +659,7 @@ struct file_operations afs_dir_fops = {
 #endif
   .open =      afs_linux_open,
   .release =   afs_linux_release,
+  .llseek =    default_llseek,
 };
 
 struct file_operations afs_file_fops = {
@@ -692,6 +693,7 @@ struct file_operations afs_file_fops = {
 #ifdef STRUCT_FILE_OPERATIONS_HAS_FLOCK
   .flock =     afs_linux_flock,
 #endif
+  .llseek =    default_llseek,
 };