Whamcloud - gitweb
LU-13030 pcc: auto attach not work after client cache clear
[fs/lustre-release.git] / lustre / include / uapi / linux / lustre / lustre_user.h
index 5c5cd41..bec8c97 100644 (file)
@@ -2571,16 +2571,6 @@ enum lu_pcc_state_flags {
        PCC_STATE_FL_ATTR_VALID         = 0x01,
        /* The file is being attached into PCC */
        PCC_STATE_FL_ATTACHING          = 0x02,
-       /* Allow to auto attach at open */
-       PCC_STATE_FL_OPEN_ATTACH        = 0x04,
-       /* Allow to auto attach during I/O after layout lock revocation */
-       PCC_STATE_FL_IO_ATTACH          = 0x08,
-       /* Allow to auto attach at stat */
-       PCC_STATE_FL_STAT_ATTACH        = 0x10,
-       /* Allow to auto attach at the next open or layout refresh */
-       PCC_STATE_FL_AUTO_ATTACH        = PCC_STATE_FL_OPEN_ATTACH |
-                                         PCC_STATE_FL_IO_ATTACH |
-                                         PCC_STATE_FL_STAT_ATTACH,
 };
 
 struct lu_pcc_state {