From ca596054f3d9746944792c0ac742977881ac810c Mon Sep 17 00:00:00 2001 From: "U-fast\\aglo" Date: Tue, 12 Oct 2010 11:15:26 -0400 Subject: [PATCH] link asks for FSID attr --- daemon/nfs41_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/nfs41_ops.c b/daemon/nfs41_ops.c index 56b2e06..06e4eb1 100644 --- a/daemon/nfs41_ops.c +++ b/daemon/nfs41_ops.c @@ -1287,7 +1287,7 @@ int nfs41_link( init_getattr_request(&info[0].attrmask); info[0].attrmask.arr[0] |= FATTR4_WORD0_FILEID; init_getattr_request(&info[1].attrmask); - info[1].attrmask.arr[0] |= FATTR4_WORD0_FILEID; + info[1].attrmask.arr[0] |= FATTR4_WORD0_FILEID | FATTR4_WORD0_FSID; compound_init(&compound, argops, resops);