[PATCH v2 1/2] nvme-multipath: refactor nvme_mpath_add_disk

Christoph Hellwig hch at lst.de
Mon Jun 13 11:16:20 PDT 2022


> +++ b/drivers/nvme/host/multipath.c
> @@ -3,6 +3,7 @@
>   * Copyright (c) 2017-2018 Christoph Hellwig.
>   */
>  
> +#include "linux/types.h"

Please always use <> style includes for system headers.  But I don't
think we even need this include.



More information about the Linux-nvme mailing list