From 20fedd902f1369802f2efb28ceca6c20c5aca69b Mon Sep 17 00:00:00 2001 From: Manoj Naik Date: Fri, 9 Jun 2006 09:34:24 -0400 Subject: [PATCH] --- yaml --- r: 30105 b: refs/heads/master c: 361e624f6d8bfbeac53769603d995d47535cfd46 h: refs/heads/master i: 30103: 0ba6c37d065448e525099d7eb312a82d7b978cc9 v: v3 --- [refs] | 2 +- trunk/fs/nfs/nfs4proc.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e34c8daa2425..392de975132d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 99baf625d3b9b8944920acc7c2d06079a37458c5 +refs/heads/master: 361e624f6d8bfbeac53769603d995d47535cfd46 diff --git a/trunk/fs/nfs/nfs4proc.c b/trunk/fs/nfs/nfs4proc.c index 043223a0eda6..8640607d6a00 100644 --- a/trunk/fs/nfs/nfs4proc.c +++ b/trunk/fs/nfs/nfs4proc.c @@ -3575,8 +3575,8 @@ int nfs4_proc_fs_locations(struct inode *dir, struct dentry *dentry, { struct nfs_server *server = NFS_SERVER(dir); u32 bitmask[2] = { - [0] = server->attr_bitmask[0] | FATTR4_WORD0_FS_LOCATIONS, - [1] = server->attr_bitmask[1], + [0] = FATTR4_WORD0_FSID | FATTR4_WORD0_FS_LOCATIONS, + [1] = FATTR4_WORD1_MOUNTED_ON_FILEID, }; struct nfs4_fs_locations_arg args = { .dir_fh = NFS_FH(dir),