)]}'
{
  "commit": "0f0426f343886fb5c9f137c2830f35cc2dae7327",
  "tree": "93efd20512ba8c6b38921c28b2a9c91b7dd09f67",
  "parents": [
    "93b4eff80af9822e4b726dcf21ee61538e088695"
  ],
  "author": {
    "name": "Laurent Vivier",
    "email": "laurent@vivier.eu",
    "time": "Tue Sep 01 22:27:33 2015 +0200"
  },
  "committer": {
    "name": "Riku Voipio",
    "email": "riku.voipio@linaro.org",
    "time": "Mon Sep 28 16:44:46 2015 +0300"
  },
  "message": "linux-user: add name_to_handle_at/open_by_handle_at\n\nThis patch allows to run example given by open_by_handle_at(2):\n\n      The following shell session demonstrates the use of these two programs:\n\n           $ echo \u0027Can you please think about it?\u0027 \u003e cecilia.txt\n           $ ./t_name_to_handle_at cecilia.txt \u003e fh\n           $ ./t_open_by_handle_at \u003c fh\n           open_by_handle_at: Operation not permitted\n           $ sudo ./t_open_by_handle_at \u003c fh      # Need CAP_SYS_ADMIN\n           Read 31 bytes\n           $ rm cecilia.txt\n\n       Now  we delete and (quickly) re-create the file so that it has the same\n       content and (by chance) the  same  inode.[...]\n\n           $ stat --printf\u003d\"%i\\n\" cecilia.txt     # Display inode number\n           4072121\n           $ rm cecilia.txt\n           $ echo \u0027Can you please think about it?\u0027 \u003e cecilia.txt\n           $ stat --printf\u003d\"%i\\n\" cecilia.txt     # Check inode number\n           4072121\n           $ sudo ./t_open_by_handle_at \u003c fh\n           open_by_handle_at: Stale NFS file handle\n\nSee the man page for source code.\n\nReviewed-by: Peter Maydell \u003cpeter.maydell@linaro.org\u003e\nSigned-off-by: Laurent Vivier \u003claurent@vivier.eu\u003e\nSigned-off-by: Riku Voipio \u003criku.voipio@linaro.org\u003e\n",
  "tree_diff": [
    {
      "type": "modify",
      "old_id": "c25ffd88788e64cfe2184df372ec0d7ec23bed0d",
      "old_mode": 33188,
      "old_path": "linux-user/syscall.c",
      "new_id": "952834422d6f93724f8e31a349568ed986f44ef1",
      "new_mode": 33188,
      "new_path": "linux-user/syscall.c"
    }
  ]
}
