-
Notifications
You must be signed in to change notification settings - Fork 262
dirvers/btrfs: remove btrfs_noversion tag #2308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The header should be included since btrfs-progs 3.16.1, it is over 10 years old now so I think we can just drop the tag and assume it is always there. This allows us to simplify the buildtag script as well. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: kolyshkin, Luap99 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
It was removed in containers/storage#2308 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
c/storage no longer uses this tag after containers/storage#2308 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
FWIW this can be also removed in users after the current vendor dance. |
c/storage no longer uses this tag after containers/storage#2308 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
c/storage no longer uses this tag after containers/storage#2308. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
It was removed in containers/storage#2308 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
It was removed in containers/storage#2308 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
It was removed in containers/storage#2308 . Signed-off-by: Miloslav Trmač <mitr@redhat.com>
Since c/storage 1.58.0, this tag is no longer effective containers/storage#2308 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
1. btrfs_noversion Since c/storage 1.58.0, this tag is no longer effective containers/storage#2308 2. exclude_graphdriver_devicemapper Not effective since c/storage 1.54 containers/storage#1622 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
1. btrfs_noversion Since c/storage 1.58.0, this tag is no longer effective containers/storage#2308 2. exclude_graphdriver_devicemapper Not effective since c/storage 1.54 containers/storage#1622 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
containers/storage#2308 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
btrfs_noversion buildtag is no longer effective containers/storage#2308 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
Remove BUILDTAGS btrfs_noversion & exclude_graphdriver_devicemapper as no longer effective containers/storage#2308 containers/storage#1622 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
Remove BUILDTAGS btrfs_noversion & exclude_graphdriver_devicemapper as no longer effective containers/storage#2308 containers/storage#1622 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks>
btrfs_noversion buildtag is no longer effective containers/storage#2308 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> From: #42919 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Remove BUILDTAGS btrfs_noversion & exclude_graphdriver_devicemapper as no longer effective containers/storage#2308 containers/storage#1622 Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> From: #42919 Signed-off-by: Zac Medico <zmedico@gentoo.org>
The header should be included since btrfs-progs 3.16.1, it is over 10 years old now so I think we can just drop the tag and assume it is always there. This allows us to simplify the buildtag script as well.