diff options
author | Brian Behlendorf <[email protected]> | 2020-08-25 08:34:41 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-08-25 08:34:41 -0700 |
commit | 94dac3e880560cf37dcef9fc9b101afb150220fe (patch) | |
tree | 4250c6fe5788bf7e0443be880494040a75f109bb /module/zfs | |
parent | b596585fd9eefffb0a476c92c731db2c49d29938 (diff) |
Export dmu_offset_next() symbol
Export the dmu_offset_next() symbol for use by Lustre.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #10796
Diffstat (limited to 'module/zfs')
-rw-r--r-- | module/zfs/dmu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/module/zfs/dmu.c b/module/zfs/dmu.c index 06d6df618..2c9664521 100644 --- a/module/zfs/dmu.c +++ b/module/zfs/dmu.c @@ -2458,6 +2458,7 @@ EXPORT_SYMBOL(dmu_object_set_blocksize); EXPORT_SYMBOL(dmu_object_set_maxblkid); EXPORT_SYMBOL(dmu_object_set_checksum); EXPORT_SYMBOL(dmu_object_set_compress); +EXPORT_SYMBOL(dmu_offset_next); EXPORT_SYMBOL(dmu_write_policy); EXPORT_SYMBOL(dmu_sync); EXPORT_SYMBOL(dmu_request_arcbuf); |