diff options
-rw-r--r-- | fs/read_write.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); | |||
128 | * | 128 | * |
129 | * This is a generic implemenation of ->llseek useable for all normal local | 129 | * This is a generic implemenation of ->llseek useable for all normal local |
130 | * filesystems. It just updates the file offset to the value specified by | 130 | * filesystems. It just updates the file offset to the value specified by |
131 | * @offset and @whence under i_mutex. | 131 | * @offset and @whence. |
132 | */ | 132 | */ |
133 | loff_t generic_file_llseek(struct file *file, loff_t offset, int whence) | 133 | loff_t generic_file_llseek(struct file *file, loff_t offset, int whence) |
134 | { | 134 | { |