X-Git-Url: https://git.stricted.de/?a=blobdiff_plain;f=fs%2Fread_write.c;h=7a648911246bb623bbca53e8b9cd338f39d421ae;hb=94b60dbaa8e129833205e2642f230f9540fda575;hp=e6ddc8dceb96fc48a8fbe379799d0efed52d2b4a;hpb=84ee9805bc7406bee35f2d62001440c81059f073;p=GitHub%2Fmt8127%2Fandroid_kernel_alcatel_ttab.git diff --git a/fs/read_write.c b/fs/read_write.c index e6ddc8dceb96..7a648911246b 100644 --- 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) {