]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blobdiff - include/linux/fscache.h
fscache: fix misdocumented parameter
[mirror_ubuntu-kernels.git] / include / linux / fscache.h
index 720874e6ee947ec295b618f9709e4bedb414ec08..36e5dd84cf5996b1dba6f47a15e1023c4b64e80f 100644 (file)
@@ -258,7 +258,7 @@ struct fscache_cookie *fscache_acquire_cookie(struct fscache_volume *volume,
 
 /**
  * fscache_use_cookie - Request usage of cookie attached to an object
- * @object: Object description
+ * @cookie: The cookie representing the cache object
  * @will_modify: If cache is expected to be modified locally
  *
  * Request usage of the cookie attached to an object.  The caller should tell
@@ -274,7 +274,7 @@ static inline void fscache_use_cookie(struct fscache_cookie *cookie,
 
 /**
  * fscache_unuse_cookie - Cease usage of cookie attached to an object
- * @object: Object description
+ * @cookie: The cookie representing the cache object
  * @aux_data: Updated auxiliary data (or NULL)
  * @object_size: Revised size of the object (or NULL)
  *