Bug#912180: find: "-type " wrong on bind-mounted char device

2018-10-29 Thread Andreas Metzler
Control: forwarded -1 https://savannah.gnu.org/bugs/index.php?54913 On 2018-10-28 "Mathieu Parent (Debian)" wrote: > Package: findutils > Version: 4.6.0+git+20181018-1 [...] > The following testcase [1]: > mkdir foo > mknod foo/null c 1 3 > touch foo/bindmntoverfile > mount --bind foo/null

Bug#912180: find: "-type " wrong on bind-mounted char device

2018-10-28 Thread Mathieu Parent (Debian)
Package: findutils Version: 4.6.0+git+20181018-1 Tags: upstream patch Affects: piuparts X-Debbugs-CC: Andreas Beckmann Hi, The following testcase [1]: mkdir foo mknod foo/null c 1 3 touch foo/bindmntoverfile mount --bind foo/null foo/bindmntoverfile find foo -type f -ls 3857271640 0