Upgrade dependencies

This commit is contained in:
Ingo Oppermann
2023-08-08 13:06:59 +03:00
parent 0b718b8b18
commit 76b3713b2e
178 changed files with 2558 additions and 3122 deletions

View File

@@ -244,7 +244,7 @@ func (p Proc) FileDescriptorTargets() ([]string, error) {
// a process.
func (p Proc) FileDescriptorsLen() (int, error) {
// Use fast path if available (Linux v6.2): https://github.com/torvalds/linux/commit/f1f1f2569901
if p.fs.real {
if p.fs.isReal {
stat, err := os.Stat(p.path("fd"))
if err != nil {
return 0, err