diff options
author | Suresh Jayaraman <sjayaraman@suse.de> | 2010-07-06 08:59:45 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-07-11 16:22:23 -0400 |
commit | 49a3df804bec09b8ee8196f79b81757e95cc6de4 (patch) | |
tree | 864bdee072cc48320a394d1acbc3cda5e08b6c98 /include/linux/fscache.h | |
parent | ab0cfb928a3839e21942a28a86ad88e56ea3b136 (diff) |
fscache: fix missing kerneldoc annotation
.. and make kerneldoc scripts happy.
Signed-off-by: Suresh Jayaraman <sjayaraman@suse.de>
Acked-by: David Howells <dhowells@redhat.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/fscache.h')
-rw-r--r-- | include/linux/fscache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fscache.h b/include/linux/fscache.h index 1c0fc3e62f41..ec0dad5ab90f 100644 --- a/include/linux/fscache.h +++ b/include/linux/fscache.h | |||
@@ -454,6 +454,7 @@ int fscache_read_or_alloc_page(struct fscache_cookie *cookie, | |||
454 | * @cookie: The cookie representing the cache object | 454 | * @cookie: The cookie representing the cache object |
455 | * @mapping: The netfs inode mapping to which the pages will be attached | 455 | * @mapping: The netfs inode mapping to which the pages will be attached |
456 | * @pages: A list of potential netfs pages to be filled | 456 | * @pages: A list of potential netfs pages to be filled |
457 | * @nr_pages: Number of pages to be read and/or allocated | ||
457 | * @end_io_func: The callback to invoke when and if each page is filled | 458 | * @end_io_func: The callback to invoke when and if each page is filled |
458 | * @context: An arbitrary piece of data to pass on to end_io_func() | 459 | * @context: An arbitrary piece of data to pass on to end_io_func() |
459 | * @gfp: The conditions under which memory allocation should be made | 460 | * @gfp: The conditions under which memory allocation should be made |