Commit 511d37af authored by Randy Dunlap's avatar Randy Dunlap Committed by Jens Axboe

block/xd.c: fix brace typo

Fix extra brace typo that is causing build errors.
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent 1676effc
......@@ -322,7 +322,7 @@ static void do_xd_request (struct request_queue * q)
int res = -EIO;
int retry;
if (req->cmd_type != REQ_TYPE_FS) {
if (req->cmd_type != REQ_TYPE_FS)
goto done;
if (block + count > get_capacity(req->rq_disk))
goto done;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment