commit | 4d5db3f536ae3886ac86877742e6f8ce69a5de06 | [log] [tgz] |
---|---|---|
author | Jeff Layton <jlayton@primarydata.com> | Wed Nov 19 07:51:20 2014 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Tue Dec 09 11:22:21 2014 -0500 |
tree | 611d0882898d50002069e80e282cb61171980505 | |
parent | 62978b3c619422d0ea17dbd39efdb2328295bcfb [diff] |
sunrpc: convert sp_task_pending flag to use atomic bitops In a later patch, we'll want to be able to handle this flag without holding the sp_lock. Change this field to an unsigned long flags field, and declare a new flag in it that can be managed with atomic bitops. Signed-off-by: Jeff Layton <jlayton@primarydata.com> Signed-off-by: J. Bruce Fields <bfields@redhat.com>