)]}'
{
  "commit": "28ff831b2e2ec3553077eb52b2fe37611891d5b6",
  "tree": "d6c5b060e0f094364e2bd776175f19f34dc6abc2",
  "parents": [
    "c521126610c382b4cd9a552ba51b64491e959885"
  ],
  "author": {
    "name": "Arnd Bergmann",
    "email": "arnd@arndb.de",
    "time": "Wed Mar 29 10:02:41 2023 +0200"
  },
  "committer": {
    "name": "Luis Chamberlain",
    "email": "mcgrof@kernel.org",
    "time": "Wed Mar 29 01:49:52 2023 -0700"
  },
  "message": "mm: compaction: remove incorrect #ifdef checks\n\nWithout CONFIG_SYSCTL, the compiler warns about a few unused functions:\n\nmm/compaction.c:3076:12: error: \u0027proc_dointvec_minmax_warn_RT_change\u0027 defined but not used [-Werror\u003dunused-function]\nmm/compaction.c:2780:12: error: \u0027sysctl_compaction_handler\u0027 defined but not used [-Werror\u003dunused-function]\nmm/compaction.c:2750:12: error: \u0027compaction_proactiveness_sysctl_handler\u0027 defined but not used [-Werror\u003dunused-function]\n\nThe #ifdef is actually not necessary here, as the alternative\nregister_sysctl_init() stub function does not use its argument, which\nlets the compiler drop the rest implicitly, while avoiding the warning.\n\nFixes: c521126610c3 (\"mm: compaction: move compaction sysctl to its own file\")\nSigned-off-by: Arnd Bergmann \u003carnd@arndb.de\u003e\nSigned-off-by: Luis Chamberlain \u003cmcgrof@kernel.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "f2ddfb1140e2773a24d6f33a40bd85f780812b46",
      "old_mode": 33188,
      "old_path": "mm/compaction.c",
      "new_id": "9ff71239b1fcd16b6868feda60e7874cd6efc843",
      "new_mode": 33188,
      "new_path": "mm/compaction.c"
    }
  ]
}
