Whamcloud - gitweb
r=adilger
authornic <nic>
Sat, 6 Nov 2004 21:26:31 +0000 (21:26 +0000)
committernic <nic>
Sat, 6 Nov 2004 21:26:31 +0000 (21:26 +0000)
disable flock

lustre/llite/file.c

index c06de8c..0faaf5f 100644 (file)
@@ -1415,7 +1415,7 @@ struct file_operations ll_file_operations = {
         .sendfile       = generic_file_sendfile,
 #endif
         .fsync          = ll_fsync,
-        .lock           = ll_file_flock
+//        .lock           = ll_file_flock
 };
 
 struct inode_operations ll_file_inode_operations = {