-
Notifications
You must be signed in to change notification settings - Fork 267
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 <[email protected]>
kolyshkin
left a comment
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 DetailsNeeds 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č <[email protected]>
c/storage no longer uses this tag after containers/storage#2308 . Signed-off-by: Miloslav Trmač <[email protected]>
|
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č <[email protected]>
c/storage no longer uses this tag after containers/storage#2308. Signed-off-by: Paul Holzinger <[email protected]>
It was removed in containers/storage#2308 . Signed-off-by: Miloslav Trmač <[email protected]>
It was removed in containers/storage#2308 . Signed-off-by: Miloslav Trmač <[email protected]>
It was removed in containers/storage#2308 . Signed-off-by: Miloslav Trmač <[email protected]>
Since c/storage 1.58.0, this tag is no longer effective containers/storage#2308 Signed-off-by: Rahil Bhimjiani <[email protected]>
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 <[email protected]>
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 <[email protected]>
containers/storage#2308 Signed-off-by: Rahil Bhimjiani <[email protected]>
btrfs_noversion buildtag is no longer effective containers/storage#2308 Signed-off-by: Rahil Bhimjiani <[email protected]>
Remove BUILDTAGS btrfs_noversion & exclude_graphdriver_devicemapper as no longer effective containers/storage#2308 containers/storage#1622 Signed-off-by: Rahil Bhimjiani <[email protected]>
Remove BUILDTAGS btrfs_noversion & exclude_graphdriver_devicemapper as no longer effective containers/storage#2308 containers/storage#1622 Signed-off-by: Rahil Bhimjiani <[email protected]>
btrfs_noversion buildtag is no longer effective containers/storage#2308 Signed-off-by: Rahil Bhimjiani <[email protected]> From: #42919 Signed-off-by: Zac Medico <[email protected]>
Remove BUILDTAGS btrfs_noversion & exclude_graphdriver_devicemapper as no longer effective containers/storage#2308 containers/storage#1622 Signed-off-by: Rahil Bhimjiani <[email protected]> From: #42919 Signed-off-by: Zac Medico <[email protected]>
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.