You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
block/xd.c: fix brace typo
Fix extra brace typo that is causing build errors. Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user