Bug 11196 - ls can call lstat for each file in a directory unnecessarily
Summary: ls can call lstat for each file in a directory unnecessarily
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-25 21:28 UTC by John Ata
Modified: 2018-07-25 21:30 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John Ata 2018-07-25 21:28:13 UTC
The busybox ls command can call lstat unnecessarily.  For example, "ls --color=none" or "ls -x --color=none" displays filenames only and does not need lstat for that.