Whamcloud - gitweb
LU-2753 lvfs: cleanup lvfs.h and collateral
[fs/lustre-release.git] / lustre / include / darwin / lvfs.h
index 01dce37..a51a4dc 100644 (file)
 #error Do not #include this file directly. #include <lvfs.h> instead
 #endif
 
-#ifdef LLOG_LVFS
-#undef LLOG_LVFS
-#endif
-
-struct lvfs_ucred { 
-       __u32 luc_fsuid; 
-       __u32 luc_fsgid; 
-       kernel_cap_t luc_cap;
-       __u32 luc_uid; 
-       __u32 luc_umask;
-};
-
 struct lvfs_run_ctxt {
        int     pid;
 };