diff options
author | Mike Snitzer <snitzer@redhat.com> | 2020-10-01 22:00:56 +0300 |
---|---|---|
committer | Mike Snitzer <snitzer@redhat.com> | 2020-10-01 22:03:40 +0300 |
commit | 61931c0ee9cf5da575996b977a2358b598ef84bb (patch) | |
tree | 17cacdcd59ec05ace457d172cd0d2ae9c04b05b8 /drivers/md | |
parent | 0cede372ce6a8adf4d4d28fe7edd2aa913804595 (diff) | |
download | linux-61931c0ee9cf5da575996b977a2358b598ef84bb.tar.xz |
dm: export dm_copy_name_and_uuid
Allow DM targets to access the configured name and uuid.
Also, bump DM ioctl version.
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'drivers/md')
-rw-r--r-- | drivers/md/dm-ioctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-ioctl.c b/drivers/md/dm-ioctl.c index 28122e850ea1..cd0478d44058 100644 --- a/drivers/md/dm-ioctl.c +++ b/drivers/md/dm-ioctl.c @@ -2044,7 +2044,7 @@ out: return r; } - +EXPORT_SYMBOL_GPL(dm_copy_name_and_uuid); /** * dm_early_create - create a mapped device in early boot. |