]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
client: remove useless mds member in Fh class 40183/head
authorXiubo Li <xiubli@redhat.com>
Wed, 10 Feb 2021 06:19:35 +0000 (14:19 +0800)
committerXiubo Li <xiubli@redhat.com>
Mon, 16 Aug 2021 05:26:08 +0000 (13:26 +0800)
Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/client/Fh.h

index 4657fac8457ddf92e11bb7d757fbeddf4d384029..434716fee2bac5037ff40460142fc36e9d24e95d 100644 (file)
@@ -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