File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -907,6 +907,7 @@ static void fscache_dequeue_object(struct fscache_object *object)
907
907
* @object: The object to ask about
908
908
* @data: The auxiliary data for the object
909
909
* @datalen: The size of the auxiliary data
910
+ * @object_size: The size of the object according to the server.
910
911
*
911
912
* This function consults the netfs about the coherency state of an object.
912
913
* The caller must be holding a ref on cookie->n_active (held by
Original file line number Diff line number Diff line change @@ -22,7 +22,10 @@ static void fscache_operation_dummy_cancel(struct fscache_operation *op)
22
22
23
23
/**
24
24
* fscache_operation_init - Do basic initialisation of an operation
25
+ * @cookie: The cookie to operate on
25
26
* @op: The operation to initialise
27
+ * @processor: The function to perform the operation
28
+ * @cancel: A function to handle operation cancellation
26
29
* @release: The release function to assign
27
30
*
28
31
* Do basic initialisation of an operation. The caller must still set flags,
You can’t perform that action at this time.
0 commit comments