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

@ -1007,7 +1007,8 @@ void init_getattr_request(bitmap4 *attr_request)
FATTR4_WORD0_CHANGE | FATTR4_WORD0_SIZE;
attr_request->arr[1] = FATTR4_WORD1_NUMLINKS |
FATTR4_WORD1_TIME_ACCESS | FATTR4_WORD1_TIME_CREATE |
FATTR4_WORD1_TIME_MODIFY | FATTR4_WORD1_MODE;
FATTR4_WORD1_TIME_MODIFY | FATTR4_WORD1_MODE |
FATTR4_WORD1_OWNER | FATTR4_WORD1_OWNER_GROUP;
attr_request->arr[2] = 0;
}