Whamcloud - gitweb
Revert "LU-1346 libcfs: replace CFS_CAP_XXX with kernel definition"
[fs/lustre-release.git] / libcfs / include / libcfs / posix / libcfs.h
index 27bef05..e6d91bc 100644 (file)
@@ -214,16 +214,6 @@ typedef unsigned long long cfs_cycles_t;
 #define EXIT_NESTING   do {;} while (0)
 #define __current_nesting_level() (0)
 
-#define CAP_CHOWN                   0
-#define CAP_DAC_OVERRIDE            1
-#define CAP_DAC_READ_SEARCH         2
-#define CAP_FOWNER                  3
-#define CAP_FSETID                  4
-#define CAP_LINUX_IMMUTABLE         9
-#define CAP_SYS_ADMIN              21
-#define CAP_SYS_BOOT               23
-#define CAP_SYS_RESOURCE           24
-
 /**
  * Platform specific declarations for cfs_curproc API (libcfs/curproc.h)
  *