Hi, On Sat, Feb 11, 2017 at 12:39:07AM +0100, Laurent Sauvage wrote: > Package: debian-reference > Version: 2 > > Reference "/usr/include/linux/fs.h" in section 1.2.2 does not contain "struct > inode".
True. I only see $ egrep -A5 "struct\sinode" /usr/include/linux/fs.h struct inodes_stat_t { long nr_inodes; long nr_unused; long dummy[5]; /* padding for sysctl ABI compatibility */ }; > It would be better to refer for instance to "/usr/include/linux/ > ext2_fs.h", whose "struct ext2_inode" contains owner, group, etc. attributes. I don't see such file here in /usr/include/linux/ Can you elaborate more? Osamu