]> git.pld-linux.org Git - packages/ceph.git/blobdiff - fuse3-api.patch
- started update to 17.2.2 (WIP, saving work)
[packages/ceph.git] / fuse3-api.patch
diff --git a/fuse3-api.patch b/fuse3-api.patch
deleted file mode 100644 (file)
index f7b25ce..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ceph-16.2.7/src/client/fuse_ll.cc~ 2021-12-07 17:15:49.000000000 +0100
-+++ ceph-16.2.7/src/client/fuse_ll.cc  2022-02-13 13:00:03.661557137 +0100
-@@ -247,7 +247,7 @@
- }
- static void fuse_ll_forget(fuse_req_t req, fuse_ino_t ino,
--                         long unsigned nlookup)
-+                         uint64_t nlookup)
- {
-   CephFuse::Handle *cfuse = fuse_ll_req_prepare(req);
-   cfuse->client->ll_forget(cfuse->iget(ino), nlookup+1);
This page took 0.055813 seconds and 4 git commands to generate.