Skip to content

Build nvme have#3404

Merged
igaw merged 2 commits into
linux-nvme:masterfrom
ikegami-t:build-nvme-have
Jun 1, 2026
Merged

Build nvme have#3404
igaw merged 2 commits into
linux-nvme:masterfrom
ikegami-t:build-nvme-have

Conversation

@ikegami-t
Copy link
Copy Markdown
Contributor

No description provided.

Since actually the attribute checked by meson as if supported.

Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
@ikegami-t ikegami-t force-pushed the build-nvme-have branch 2 times, most recently from a97a04b to a432966 Compare May 30, 2026 13:33
Comment thread meson.build Outdated
)

conf.set('NVME_HAVE_SENDFILE', cc.has_function('sendfile'))
conf.set('NVME_NVME_HAVE_SENDFILE', cc.has_function('sendfile'))
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This already has the correct prefix, so no need to add another prefix.

Comment thread meson.build Outdated
conf.set('NVME_NVME_HAVE_SENDFILE', cc.has_function('sendfile'))

conf.set('NVME_HAVE_MMAP', cc.has_function('mmap'))
conf.set('NVME_NVME_HAVE_MMAP', cc.has_function('mmap'))
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, it alreayd has the NVME prefix.

@igaw
Copy link
Copy Markdown
Collaborator

igaw commented Jun 1, 2026

looks good, just the two double prefixes need to be dropped.

Still remaining some HAVE_FOO defines used by ccan.

Signed-off-by: Tokunori Ikegami <ikegami.t@gmail.com>
@ikegami-t
Copy link
Copy Markdown
Contributor Author

Just fixed the patch as mentioned. Sorry for the error. Thank you.

@igaw igaw merged commit c0bda8a into linux-nvme:master Jun 1, 2026
29 of 30 checks passed
@igaw
Copy link
Copy Markdown
Collaborator

igaw commented Jun 1, 2026

No worries, that's why we have reviews. Thanks for your contributions!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants