Whamcloud - gitweb
land b1_5 onto HEAD
[fs/lustre-release.git] / lustre / include / darwin / lvfs.h
1 #ifndef __DARWIN_LVFS_H__
2 #define __DARWIN_LVFS_H__
3
4 #ifndef __LVFS_H__
5 #error Do not #include this file directly. #include <lvfs.h> instead
6 #endif
7
8 #ifdef LLOG_LVFS
9 #undef LLOG_LVFS
10 #endif
11
12 struct lvfs_ucred { 
13         __u32 luc_fsuid; 
14         __u32 luc_fsgid; 
15         __u32 luc_cap; 
16         __u32 luc_uid; 
17         __u32 luc_umask;
18 };
19
20 struct lvfs_run_ctxt {
21         int     pid;
22 };
23
24 #endif