]> git.pld-linux.org Git - packages/ceph.git/blame - fuse3-api.patch
Merged update to 16.2.9 from master
[packages/ceph.git] / fuse3-api.patch
CommitLineData
737284c4
JB
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.069631 seconds and 4 git commands to generate.