]> git.pld-linux.org Git - packages/ceph.git/blob - fuse3-api.patch
- fix awk shebang, rel 2
[packages/ceph.git] / fuse3-api.patch
1 --- ceph-16.2.7/src/client/fuse_ll.cc~  2021-12-07 17:15:49.000000000 +0100
2 +++ ceph-16.2.7/src/client/fuse_ll.cc   2022-02-13 13:00:03.661557137 +0100
3 @@ -247,7 +247,7 @@
4  }
5  
6  static void fuse_ll_forget(fuse_req_t req, fuse_ino_t ino,
7 -                          long unsigned nlookup)
8 +                          uint64_t nlookup)
9  {
10    CephFuse::Handle *cfuse = fuse_ll_req_prepare(req);
11    cfuse->client->ll_forget(cfuse->iget(ino), nlookup+1);
This page took 0.062927 seconds and 3 git commands to generate.