RDS: Implement silent atomics

Signed-off-by: Andy Grover <andy.grover@oracle.com>
This commit is contained in:
Andy Grover
2010-01-19 21:25:26 -08:00
parent d37c935905
commit 241eef3e2f
5 changed files with 45 additions and 35 deletions

View File

@@ -325,6 +325,8 @@ int rds_message_copy_from_user(struct rds_message *rm, struct iovec *first_iov,
sg++;
}
rm->data.op_active = 1;
out:
return ret;
}