From: Xiubo Li Date: Wed, 10 Feb 2021 06:19:35 +0000 (+0800) Subject: client: remove useless mds member in Fh class X-Git-Tag: v17.1.0~628^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=3d48ecfc65c2e8df635fa404e774028e366b21e3;p=ceph-ci.git client: remove useless mds member in Fh class Signed-off-by: Xiubo Li --- diff --git a/src/client/Fh.h b/src/client/Fh.h index 4657fac8457..434716fee2b 100644 --- a/src/client/Fh.h +++ b/src/client/Fh.h @@ -23,7 +23,6 @@ struct Fh { int _ref = 1; loff_t pos = 0; - int mds = 0; // have to talk to mds we opened with (for now) int mode; // the mode i opened the file with bool pos_locked = false; // pos is currently in use