discovery.c (5bc373ff254002b5ce1b7e7f37f8ed7074e45d2a) | discovery.c (77141dc6ceffdbf4dd3470911c838309e23cd55c) |
---|---|
1// SPDX-License-Identifier: GPL-2.0 |
|
1/* 2 * Discovery service for the NVMe over Fabrics target. 3 * Copyright (C) 2016 Intel Corporation. All rights reserved. | 2/* 3 * Discovery service for the NVMe over Fabrics target. 4 * Copyright (C) 2016 Intel Corporation. All rights reserved. |
4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU General Public License version 7 * 2 as published by the Free Software Foundation. 8 * 9 * This program is distributed in the hope that it will be useful, 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of 11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 12 * GNU General Public License for more details. | |
13 */ 14#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 15#include <linux/slab.h> 16#include <generated/utsrelease.h> 17#include "nvmet.h" 18 19struct nvmet_subsys *nvmet_disc_subsys; 20 --- 349 unchanged lines hidden --- | 5 */ 6#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt 7#include <linux/slab.h> 8#include <generated/utsrelease.h> 9#include "nvmet.h" 10 11struct nvmet_subsys *nvmet_disc_subsys; 12 --- 349 unchanged lines hidden --- |