ceph: defer stopping mdsc delayed_work
[platform/kernel/linux-rpi.git] / fs / ceph / mds_client.h
index 724307f..86d2965 100644 (file)
@@ -380,6 +380,11 @@ struct cap_wait {
        int                     want;
 };
 
+enum {
+       CEPH_MDSC_STOPPING_BEGIN = 1,
+       CEPH_MDSC_STOPPING_FLUSHED = 2,
+};
+
 /*
  * mds client state
  */