Skip to content

Commit 39aef3b

Browse files
committed
Merge PR ceph#65876 into main
* refs/pull/65876/head: Reviewed-by: Patrick Donnelly <[email protected]> Reviewed-by: Venky Shankar <[email protected]>
2 parents 2c8d885 + c5763ef commit 39aef3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mds/CDentry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ class CDentry : public MDSCacheObject, public LRUObject, public Counter<CDentry>
250250

251251
// copy cons
252252
CDentry(const CDentry& m);
253-
const CDentry& operator= (const CDentry& right);
253+
CDentry& operator=(const CDentry& right) = delete;
254254

255255
// misc
256256
void make_trimmed_path_string(std::string& s, bool projected,

0 commit comments

Comments
 (0)