)]}'
{
  "commit": "ab41a2ca50d27ee2dc8b9eef07aeb251168271be",
  "tree": "f564a922248d90a0007b9958fbef4964501d98f9",
  "parents": [
    "167de77fd4e5646f98f67bd9f0a0054a891f6ff4"
  ],
  "author": {
    "name": "Eric W. Biederman",
    "email": "ebiederm@xmission.com",
    "time": "Thu Apr 19 13:18:47 2012 +0000"
  },
  "committer": {
    "name": "David S. Miller",
    "email": "davem@davemloft.net",
    "time": "Fri Apr 20 21:21:15 2012 -0400"
  },
  "message": "net: Implement register_net_sysctl.\n\nRight now all of the networking sysctl registrations are running in a\ncompatibiity mode.  The natvie sysctl registration api takes a cstring\nfor a path and a simple ctl_table.  Implement register_net_sysctl so\nthat we can register network sysctls without needing to use\ncompatiblity code in the sysctl core.\n\nSwitching from a ctl_path to a cstring results in less boiler plate\nand denser code that is a little easier to read.\n\nI would simply have changed the arguments to register_net_sysctl_table\ninstead of keeping two functions in parallel but gcc will allow a\nctl_path pointer to be passed to a char * pointer with only issuing a\nwarning resulting in completely incorrect code can be built.  Since I\nhave to change the function name I am taking advantage of the situation\nto let both register_net_sysctl and register_net_sysctl_table live for a\nshort time in parallel which makes clean conversion patches a bit easier\nto read and write.\n\nSigned-off-by: Eric W. Biederman \u003cebiederm@xmission.com\u003e\nAcked-by: Pavel Emelyanov \u003cxemul@parallels.com\u003e\nSigned-off-by: David S. Miller \u003cdavem@davemloft.net\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "ee547c1498108ad17e25f46a339ff8eb5e49e663",
      "old_mode": 33188,
      "old_path": "include/net/net_namespace.h",
      "new_id": "446245e3adea65b89b81ff068f16d9204c6d46c3",
      "new_mode": 33188,
      "new_path": "include/net/net_namespace.h"
    },
    {
      "type": "modify",
      "old_id": "c3e65aebecc08f85b3d5d471d9ce65908f7ea2d8",
      "old_mode": 33188,
      "old_path": "net/sysctl_net.c",
      "new_id": "3865c4f76b821105da75e696469279e5adb0ea2c",
      "new_mode": 33188,
      "new_path": "net/sysctl_net.c"
    }
  ]
}
