Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libublksrv: align max command buffer size with page_size
For 4k page size, max command buffer size is always aligned with page size. But for 64K page size, it isn't true. Fix it by aligning it with page_size. Signed-off-by: Ming Lei <[email protected]>
- Loading branch information