Updated Usermode FInfo structure to match the kernel's copy
authorJohn Hodge <[email protected]>
Sun, 28 Aug 2011 08:21:34 +0000 (16:21 +0800)
committerJohn Hodge <[email protected]>
Sun, 28 Aug 2011 08:21:34 +0000 (16:21 +0800)
Usermode/include/sys/types.h

index 84fb497..4bfba7d 100644 (file)
@@ -44,6 +44,8 @@ struct s_sysACL {
        unsigned long   perms;  //!< Inverted by bit 31
 };
 struct s_sysFInfo {
+       unsigned int    mount;
+       unsigned long long      inode;
        unsigned int    uid;
        unsigned int    gid;
        unsigned int    flags;

UCC git Repository :: git.ucc.asn.au