)]}'
{
  "commit": "1e1743ebe35ec7e3c1fa732408358fbc614cbbe5",
  "tree": "9654cd50bb29a4c5ccc498b9b08cc385288bc854",
  "parents": [
    "b74c79e99389cd79b31fcc08f82c24e492e63c7e"
  ],
  "author": {
    "name": "Nick Piggin",
    "email": "npiggin@kernel.dk",
    "time": "Fri Jan 07 17:49:59 2011 +1100"
  },
  "committer": {
    "name": "Nick Piggin",
    "email": "npiggin@kernel.dk",
    "time": "Fri Jan 07 17:50:29 2011 +1100"
  },
  "message": "fs: provide simple rcu-walk generic_check_acl implementation\n\nThis simple implementation just checks for no ACLs on the inode, and\nif so, then the rcu-walk may proceed, otherwise fail it.\n\nThis could easily be extended to put acls under RCU and check them\nunder seqlock, if need be. But this implementation is enough to show\nthe rcu-walk aware permissions code for path lookups is working, and\nwill handle cases where there are no ACLs or ACLs in just the final\nelement.\n\nThis patch implicity converts tmpfs to rcu-aware permission check.\nSubsequent patches onvert ext*, xfs, and, btrfs. Each of these uses\nacl/permission code in a different way, so convert them all to provide\ntemplates and proof of concept.\n\nSigned-off-by: Nick Piggin \u003cnpiggin@kernel.dk\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "628004282130029d3d9b7bf06707a48161abe599",
      "old_mode": 33188,
      "old_path": "fs/generic_acl.c",
      "new_id": "06c48a89183293b86e25d87329cb2d6aa6e3b775",
      "new_mode": 33188,
      "new_path": "fs/generic_acl.c"
    },
    {
      "type": "modify",
      "old_id": "67608161df6b574eb5e382678d58e9683e30a6a6",
      "old_mode": 33188,
      "old_path": "include/linux/posix_acl.h",
      "new_id": "d68283a898bb8df089a5f04e29160eaea1c315b3",
      "new_mode": 33188,
      "new_path": "include/linux/posix_acl.h"
    }
  ]
}
