diff options
author | Dan Williams <dan.j.williams@intel.com> | 2014-12-31 01:46:16 +0300 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2015-01-09 17:44:18 +0300 |
commit | 967f7bab0eaaa74d7d01a56d45aa309f78fb87dd (patch) | |
tree | c060248c671d1d2882458941d5de40a1dc7441cd /include/linux/enclosure.h | |
parent | 15a0fbbc8e0d4c135b069c34258fbaebad471dd7 (diff) | |
download | linux-967f7bab0eaaa74d7d01a56d45aa309f78fb87dd.tar.xz |
ses: add enclosure logical id
Export the NAA logical id for the enclosure. This is optionally
available from the sas_transport_class, but it is really a property of
the enclosure.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Song Liu <songliubraving@fb.com>
Reviewed-by: Jens Axboe <axboe@fb.com>
Cc: Hannes Reinecke <hare@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include/linux/enclosure.h')
-rw-r--r-- | include/linux/enclosure.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/enclosure.h b/include/linux/enclosure.h index a835d335b924..807622b252a4 100644 --- a/include/linux/enclosure.h +++ b/include/linux/enclosure.h @@ -79,6 +79,7 @@ struct enclosure_component_callbacks { int (*set_locate)(struct enclosure_device *, struct enclosure_component *, enum enclosure_component_setting); + int (*show_id)(struct enclosure_device *, char *buf); }; |