Whamcloud - gitweb
LU-5478 llite: get rid of obd_* typedefs
[fs/lustre-release.git] / lustre / llite / llite_rmtacl.c
index a4f60a3..7188a49 100644 (file)
@@ -57,7 +57,7 @@ static inline __u32 ee_hashfunc(uid_t id)
         return id & (EE_HASHES - 1);
 }
 
-obd_valid rce_ops2valid(int ops)
+u64 rce_ops2valid(int ops)
 {
         switch (ops) {
         case RMT_LSETFACL: