From bc422a2962ac5474fc49bab54afa1f865d241708 Mon Sep 17 00:00:00 2001 From: nic Date: Sat, 6 Nov 2004 21:26:31 +0000 Subject: [PATCH] r=adilger disable flock --- lustre/llite/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/llite/file.c b/lustre/llite/file.c index c06de8c..0faaf5f 100644 --- a/lustre/llite/file.c +++ b/lustre/llite/file.c @@ -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 = { -- 1.8.3.1