From 8875abe3e4bde48d1c277262f3b627e166f42942 Mon Sep 17 00:00:00 2001 From: Ming Lei Date: Mon, 29 Apr 2013 15:06:07 -0700 Subject: [PATCH] --- yaml --- r: 365340 b: refs/heads/master c: 546ae2d2f717230b2ff423295f8d6dc489a878e8 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/read_write.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 39a8c67e7461..0f8e13ffb588 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2c2fea11957c8c45bf873d9bcd7cd9a342654e79 +refs/heads/master: 546ae2d2f717230b2ff423295f8d6dc489a878e8 diff --git a/trunk/fs/read_write.c b/trunk/fs/read_write.c index e6ddc8dceb96..7a648911246b 100644 --- a/trunk/fs/read_write.c +++ b/trunk/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) {