]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
client: remove unused/undefined fake_write_size() 55493/head
authorDhairya Parmar <dparmar@redhat.com>
Thu, 8 Feb 2024 12:28:42 +0000 (17:58 +0530)
committerDhairya Parmar <dparmar@redhat.com>
Thu, 8 Feb 2024 12:28:42 +0000 (17:58 +0530)
there are no usages of this function in entire codebase

Signed-off-by: Dhairya Parmar <dparmar@redhat.com>
src/client/Client.h

index 9c1303384be8eafa354fc4354f26339f53778baf..d49fd46c17649bceb12dad218e7d2935d85c3224 100644 (file)
@@ -485,7 +485,6 @@ public:
   int preadv(int fd, const struct iovec *iov, int iovcnt, loff_t offset=-1);
   int write(int fd, const char *buf, loff_t size, loff_t offset=-1);
   int pwritev(int fd, const struct iovec *iov, int iovcnt, loff_t offset=-1);
-  int fake_write_size(int fd, loff_t size);
   int ftruncate(int fd, loff_t size, const UserPerm& perms);
   int fsync(int fd, bool syncdataonly);
   int fstat(int fd, struct stat *stbuf, const UserPerm& perms,