diff options
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
-rw-r--r-- | fs/nfs/nfs4xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index 48f539314f25..a6fb55da874c 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c | |||
@@ -3660,7 +3660,7 @@ static int decode_attr_fs_locations(struct xdr_stream *xdr, uint32_t *bitmap, st | |||
3660 | res->nlocations++; | 3660 | res->nlocations++; |
3661 | } | 3661 | } |
3662 | if (res->nlocations != 0) | 3662 | if (res->nlocations != 0) |
3663 | status = NFS_ATTR_FATTR_V4_REFERRAL; | 3663 | status = NFS_ATTR_FATTR_V4_LOCATIONS; |
3664 | out: | 3664 | out: |
3665 | dprintk("%s: fs_locations done, error = %d\n", __func__, status); | 3665 | dprintk("%s: fs_locations done, error = %d\n", __func__, status); |
3666 | return status; | 3666 | return status; |