deleg: support for CB_GETATTR
on CB_GETATTR, search for a delegation with the given filehandle. if found, use its fileid to get its cached attributes. when encoding the response, only include change and size attributes Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
parent
0184804498
commit
5880a8bb1d
6 changed files with 116 additions and 8 deletions
|
|
@ -146,7 +146,7 @@ static bool_t xdr_stateid4(
|
|||
}
|
||||
|
||||
/* fattr4 */
|
||||
static bool_t xdr_fattr4(
|
||||
bool_t xdr_fattr4(
|
||||
XDR *xdr,
|
||||
fattr4 *fattr)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue