projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c2fea1
)
fs/read_write.c: fix generic_file_llseek() comment
author
Ming Lei
<
[email protected]
>
Mon, 29 Apr 2013 22:06:07 +0000
(15:06 -0700)
committer
Linus Torvalds
<
[email protected]
>
Mon, 29 Apr 2013 22:54:28 +0000
(15:54 -0700)
Commit
ef3d0fd27e90
("vfs: do (nearly) lockless generic_file_llseek")
has removed i_mutex from generic_file_llseek, so update the comment
accordingly.
Signed-off-by: Ming Lei <
[email protected]
>
Cc: Alexander Viro <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/read_write.c
patch
|
blob
|
history
diff --git
a/fs/read_write.c
b/fs/read_write.c
index e6ddc8dceb96fc48a8fbe379799d0efed52d2b4a..7a648911246bb623bbca53e8b9cd338f39d421ae 100644
(file)
--- a/
fs/read_write.c
+++ b/
fs/read_write.c
@@
-128,7
+128,7
@@
EXPORT_SYMBOL(generic_file_llseek_size);
*
* This is a generic implemenation of ->llseek useable for all normal local
* filesystems. It just updates the file offset to the value specified by
- * @offset and @whence
under i_mutex
.
+ * @offset and @whence.
*/
loff_t generic_file_llseek(struct file *file, loff_t offset, int whence)
{