)]}'
{
  "commit": "e08b061ec0fca1f63bb1006bf1edc0556f36d0ae",
  "tree": "71a286a55b7707f7bfdc759a7b1ab03e3f2a3755",
  "parents": [
    "94a8d5caba74211ec76dac80fc6e2d5c391530df"
  ],
  "author": {
    "name": "Eric Paris",
    "email": "eparis@redhat.com",
    "time": "Fri Aug 07 16:54:23 2009 -0400"
  },
  "committer": {
    "name": "Al Viro",
    "email": "viro@zeniv.linux.org.uk",
    "time": "Thu Sep 24 03:50:25 2009 -0400"
  },
  "message": "Audit: reorganize struct audit_watch to save 8 bytes\n\npahole showed that struct audit_watch had two holes:\n\nstruct audit_watch {\n        atomic_t                   count;                /*     0     4 */\n\n        /* XXX 4 bytes hole, try to pack */\n\n        char *                     path;                 /*     8     8 */\n        dev_t                      dev;                  /*    16     4 */\n\n        /* XXX 4 bytes hole, try to pack */\n\n        long unsigned int          ino;                  /*    24     8 */\n        struct audit_parent *      parent;               /*    32     8 */\n        struct list_head           wlist;                /*    40    16 */\n        struct list_head           rules;                /*    56    16 */\n        /* --- cacheline 1 boundary (64 bytes) was 8 bytes ago --- */\n\n        /* size: 72, cachelines: 2, members: 7 */\n        /* sum members: 64, holes: 2, sum holes: 8 */\n        /* last cacheline: 8 bytes */\n};      /* definitions: 1 */\n\nby moving dev after count we save 8 bytes,  actually improving cacheline\nusage.  There are typically very few of these in the kernel so it won\u0027t be\na large savings, but it\u0027s a good thing no matter what.\n\nSigned-off-by: Eric Paris \u003ceparis@redhat.com\u003e\nSigned-off-by: Al Viro \u003cviro@zeniv.linux.org.uk\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "0e96dbc60ea9b45896a0a451287b406f2592b48c",
      "old_mode": 33188,
      "old_path": "kernel/audit_watch.c",
      "new_id": "cc7e87936cbc57f7a2eebebbd212fe297c530154",
      "new_mode": 33188,
      "new_path": "kernel/audit_watch.c"
    }
  ]
}
