Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209655
b: refs/heads/master
c: 9b00c64
h: refs/heads/master
i:
  209653: 31372ac
  209651: 2ba5134
  209647: 0163d29
v: v3
  • Loading branch information
Patrick J. LoPresti authored and Trond Myklebust committed Aug 10, 2010
1 parent a2d5786 commit d65054c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f5a73672d1811f2fb1dcb62ca90ceb12b2050ae7
refs/heads/master: 9b00c64318cc337846a7a08a5678f5f19aeff188
7 changes: 7 additions & 0 deletions trunk/fs/nfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,13 @@ static void nfs_show_mount_options(struct seq_file *m, struct nfs_server *nfss,

if (nfss->options & NFS_OPTION_FSCACHE)
seq_printf(m, ",fsc");

if (nfss->flags & NFS_MOUNT_LOOKUP_CACHE_NONEG) {
if (nfss->flags & NFS_MOUNT_LOOKUP_CACHE_NONE)
seq_printf(m, ",lookupcache=none");
else
seq_printf(m, ",lookupcache=pos");
}
}

/*
Expand Down

0 comments on commit d65054c

Please sign in to comment.