Defaulting a `MDRequestRef` parameter works only if the type is fully
defined and thus disallows forward declarations.
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
bool is_symlink() const { return get_inode()->is_symlink(); }
bool is_dir() const { return get_inode()->is_dir(); }
bool is_quiesced() const;
- bool will_block_for_quiesce(const MDRequestRef& mdr = MDRequestRef {});
+ bool will_block_for_quiesce(const MDRequestRef& mdr);
bool is_head() const { return last == CEPH_NOSNAP; }