OP_GETATTR queries OWNER and OWNER_GROUP

This commit is contained in:
Olga Kornievskaia 2011-03-08 13:34:25 -05:00
parent 741e8bf0bf
commit 79455f9855
5 changed files with 22 additions and 4 deletions

View file

@ -212,6 +212,10 @@ typedef struct __nfs41_file_info {
bool_t symlink_dir;
bool_t symlink_support;
bool_t link_support;
unsigned char owner[NFS4_OPAQUE_LIMIT];
uint32_t owner_len;
unsigned char owner_group[NFS4_OPAQUE_LIMIT];
uint32_t owner_group_len;
} nfs41_file_info;
#endif /* !__NFS41_DAEMON_TYPES_H__ */