commit | 94f4857f4ba21aad4cf11dde961ea23a07b5161c | [log] [tgz] |
---|---|---|
author | Ilya Dryomov <idryomov@gmail.com> | Thu Jan 30 13:54:59 2020 +0100 |
committer | Ilya Dryomov <idryomov@gmail.com> | Mon Mar 30 12:42:40 2020 +0200 |
tree | 19c59cdeba415334a52d4a335a69f57f112edb75 | |
parent | 072eaf3c0f0fd2bd8f53799c8dee3ab907db1242 [diff] |
rbd: remove barriers from img_request_layered_{set,clear,test}() IMG_REQ_LAYERED is set in rbd_img_request_create(), and tested and cleared in rbd_img_request_destroy() when the image request is about to be destroyed. The barriers are unnecessary. Signed-off-by: Ilya Dryomov <idryomov@gmail.com>