mirror of
https://github.com/Zygo/bees.git
synced 2025-07-05 18:12:27 +02:00
fs: drop virtual do_ioctl methods for btrfs_ioctl_search_key
These were never used, and they make the object very slightly heavier. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -186,8 +186,8 @@ namespace crucible {
|
|||||||
|
|
||||||
struct BtrfsIoctlSearchKey : public btrfs_ioctl_search_key {
|
struct BtrfsIoctlSearchKey : public btrfs_ioctl_search_key {
|
||||||
BtrfsIoctlSearchKey(size_t buf_size = 4096);
|
BtrfsIoctlSearchKey(size_t buf_size = 4096);
|
||||||
virtual bool do_ioctl_nothrow(int fd);
|
bool do_ioctl_nothrow(int fd);
|
||||||
virtual void do_ioctl(int fd);
|
void do_ioctl(int fd);
|
||||||
|
|
||||||
// Copy objectid/type/offset so we move forward
|
// Copy objectid/type/offset so we move forward
|
||||||
void next_min(const BtrfsIoctlSearchHeader& ref);
|
void next_min(const BtrfsIoctlSearchHeader& ref);
|
||||||
|
Reference in New Issue
Block a user