https://bugzilla.kernel.org/show_bug.cgi?id=187051 Andreas Dilger <adilger.kernelbugzilla@xxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |adilger.kernelbugzilla@dilg | |er.ca --- Comment #6 from Andreas Dilger <adilger.kernelbugzilla@xxxxxxxxx> --- (In reply to Theodore Tso from comment #3) > So /usr/share/help/oc/totem/figures is a *directory*? A directory has no > business being on the orphan list, so something very strange is indeed going > on. It *is* possible to have a directory on the orphan list, since it is possible to have an open-unlinked directory if one cd's into the directory before it is unlinked (note nlink = 0, dtime is an inode number, not time): $ mkdir foo $ cd foo $ rmdir ../foo $ ls -lid . 289432 drwxrwxr-x 0 mythtv mythtv 0 Nov 7 13:23 . $ sudo debugfs -c -R "stat <289432>" /dev/vg_basemyth/lvroot.basemyth debugfs 1.42.7.wc2 (07-Nov-2013) Inode: 289432 Type: directory Mode: 0775 Flags: 0x0 Generation: 2752543570 Version: 0x00000000:00000002 User: 500 Group: 500 Size: 4096 File ACL: 0 Directory ACL: 0 Links: 0 Blockcount: 8 Fragment: Address: 0 Number: 0 Size: 0 ctime: 0x5820e2b5:4aa59b94 -- Mon Nov 7 13:23:17 2016 atime: 0x5820e2b0:0048b0c8 -- Mon Nov 7 13:23:12 2016 mtime: 0x5820e2b0:0048b0c8 -- Mon Nov 7 13:23:12 2016 crtime: 0x5820e2b0:0048b0c8 -- Mon Nov 7 13:23:12 2016 dtime: 0x0003f42b -- Sat Jan 3 16:58:35 1970 Size of extra inode fields: 28 BLOCKS: (0):1258994 -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html