http://prdownloads.sourceforge.net/lufs/lufs-0.9.7.tar.gz?download
[lufs.git] / kernel / Linux / 2.6 / file.c
similarity index 99%
rename from kernel/Linux/2.5/file.c
rename to kernel/Linux/2.6/file.c
index 074a2ff..4441ef5 100644 (file)
@@ -303,7 +303,7 @@ struct file_operations lu_file_operations = {
     .mmap      = lu_file_mmap,
     .open      = lu_file_open,
     .release   = lu_file_release,
-    :fsync     = lu_file_fsync,
+    .fsync     = lu_file_fsync,
 };
 
 struct inode_operations lu_file_inode_operations = {