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:
Casey Bodley 2011-08-30 12:53:26 -04:00 committed by unknown
parent 0184804498
commit 5880a8bb1d
6 changed files with 116 additions and 8 deletions

View file

@ -146,7 +146,7 @@ static bool_t xdr_stateid4(
}
/* fattr4 */
static bool_t xdr_fattr4(
bool_t xdr_fattr4(
XDR *xdr,
fattr4 *fattr)
{