|
@@ -147,6 +147,7 @@ static int process_vm_rw_single_vec(unsigned long addr,
|
|
|
* @riovcnt: size of rvec array
|
|
|
* @flags: currently unused
|
|
|
* @vm_write: 0 if reading from other process, 1 if writing to other process
|
|
|
+ *
|
|
|
* Returns the number of bytes read/written or error code. May
|
|
|
* return less bytes than expected if an error occurs during the copying
|
|
|
* process.
|
|
@@ -249,6 +250,7 @@ free_proc_pages:
|
|
|
* @riovcnt: size of rvec array
|
|
|
* @flags: currently unused
|
|
|
* @vm_write: 0 if reading from other process, 1 if writing to other process
|
|
|
+ *
|
|
|
* Returns the number of bytes read/written or error code. May
|
|
|
* return less bytes than expected if an error occurs during the copying
|
|
|
* process.
|