]> git.karo-electronics.de Git - karo-tx-linux.git/commit
fs/read_write.c: fix generic_file_llseek() comment
authorMing Lei <tom.leiming@gmail.com>
Mon, 29 Apr 2013 22:06:07 +0000 (15:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 29 Apr 2013 22:54:28 +0000 (15:54 -0700)
commit546ae2d2f717230b2ff423295f8d6dc489a878e8
treed0e691972da9c41d9a0e6d80c1b62fe5c066a6a9
parent2c2fea11957c8c45bf873d9bcd7cd9a342654e79
fs/read_write.c: fix generic_file_llseek() comment

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 <tom.leiming@gmail.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/read_write.c