Rev 2735 | Rev 2752 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2735 | Rev 2742 | ||
---|---|---|---|
Line 55... | Line 55... | ||
55 | VFS_LAST_CMN, /* keep this the last member of this enum */ |
55 | VFS_LAST_CMN, /* keep this the last member of this enum */ |
56 | } vfs_request_cmn_t; |
56 | } vfs_request_cmn_t; |
57 | 57 | ||
58 | typedef enum { |
58 | typedef enum { |
59 | VFS_LOOKUP = VFS_LAST_CMN, |
59 | VFS_LOOKUP = VFS_LAST_CMN, |
60 | VFS_FREE, |
60 | VFS_DESTROY, |
61 | VFS_LAST_CLNT, /* keep this the last member of this enum */ |
61 | VFS_LAST_CLNT, /* keep this the last member of this enum */ |
62 | } vfs_request_clnt_t; |
62 | } vfs_request_clnt_t; |
63 | 63 | ||
64 | typedef enum { |
64 | typedef enum { |
65 | VFS_REGISTER = VFS_LAST_CMN, |
65 | VFS_REGISTER = VFS_LAST_CMN, |