Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
medialibrary
Manage
Activity
Members
Labels
Plan
Issues
75
Issue boards
Milestones
Wiki
Code
Merge requests
9
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
medialibrary
Commits
7118373c
Commit
7118373c
authored
1 year ago
by
Alaric Senat
Committed by
Alaric Senat
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
DeviceLister: linux: Remove now irrelevant comment
parent
536889cd
No related branches found
Branches containing commit
No related tags found
1 merge request
!755
DeviceLister: linux: Fix device name inference
Pipeline
#396492
failed with stages
in 6 minutes and 37 seconds
Changes
1
Pipelines
13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/filesystem/unix/DeviceLister.cpp
+0
-2
0 additions, 2 deletions
src/filesystem/unix/DeviceLister.cpp
with
0 additions
and
2 deletions
src/filesystem/unix/DeviceLister.cpp
+
0
−
2
View file @
7118373c
...
...
@@ -237,8 +237,6 @@ bool DeviceLister::isRemovable( const std::string& partitionPath ) const
std
::
to_string
(
major
(
s
.
st_rdev
)
)
+
":"
+
std
::
to_string
(
minor
(
s
.
st_rdev
)
);
// This path is a symlink to a /sys/devices/....../block/device/partition folder
// We are interested in the <device> part
std
::
string
partitionBlockPath
;
try
{
...
...
This diff is collapsed.
Click to expand it.
Alaric Senat
@asenat
mentioned in commit
81161d0b
·
1 year ago
mentioned in commit
81161d0b
mentioned in commit 81161d0b3074a0d0b844af925c4322a501f5aad1
Toggle commit list
Alaric Senat
@asenat
mentioned in commit
61b1bba4
·
1 year ago
mentioned in commit
61b1bba4
mentioned in commit 61b1bba4241242abc49f3415adf1f421442e7ebc
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment