Whamcloud - gitweb
LU-6245 libcfs: replace IS_PO2 with is_power_of_2 in server code
[fs/lustre-release.git] / lustre / utils / gss / lgss_utils.h
index 3417aa6..98c25c9 100644 (file)
@@ -163,14 +163,6 @@ struct lgss_mech_type {
                                              gss_buffer_desc *ctx_token);
 };
 
-enum {
-        LGSS_ROOT_CRED_ROOT     = 0x01,
-        LGSS_ROOT_CRED_MDT      = 0x02,
-        LGSS_ROOT_CRED_OST      = 0x04,
-
-        LGSS_ROOT_CRED_NR       = 3
-};
-
 struct lgss_cred {
        int                     lc_uid;
        unsigned int            lc_root_flags;