Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30105
b: refs/heads/master
c: 361e624
h: refs/heads/master
i:
  30103: 0ba6c37
v: v3
  • Loading branch information
Manoj Naik authored and Trond Myklebust committed Jun 9, 2006
1 parent fca95f9 commit 20fedd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 99baf625d3b9b8944920acc7c2d06079a37458c5
refs/heads/master: 361e624f6d8bfbeac53769603d995d47535cfd46
4 changes: 2 additions & 2 deletions trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 20fedd9

Please sign in to comment.