Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc422a2
)
Fix C++ comment.
author
jacob
<jacob>
Sat, 6 Nov 2004 21:34:50 +0000
(21:34 +0000)
committer
jacob
<jacob>
Sat, 6 Nov 2004 21:34:50 +0000
(21:34 +0000)
lustre/llite/file.c
patch
|
blob
|
history
diff --git
a/lustre/llite/file.c
b/lustre/llite/file.c
index
0faaf5f
..
62ffd4a
100644
(file)
--- 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 = {