volume: use actual fh instead of rootfh for volume queries

Signed-off-by: Casey Bodley <cbodley@citi.umich.edu>
This commit is contained in:
Casey Bodley 2011-02-24 17:39:42 -08:00 committed by unknown
parent db5983734d
commit e3c67c0bfa
3 changed files with 16 additions and 5 deletions

View file

@ -145,6 +145,7 @@ typedef struct __symlink_upcall_args {
typedef struct __volume_upcall_args {
nfs41_root *root;
nfs41_open_state *state;
FS_INFORMATION_CLASS query;
int len;
union {