From: jacob Date: Sat, 6 Nov 2004 21:34:50 +0000 (+0000) Subject: Fix C++ comment. X-Git-Tag: v1_8_0_110~486^5~122 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=dcbe5373c10710a7f1ff81aaca3a1e51478d2bc7;p=fs%2Flustre-release.git Fix C++ comment. --- diff --git a/lustre/llite/file.c b/lustre/llite/file.c index 0faaf5f..62ffd4a 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 = {