Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 164595
b: refs/heads/master
c: 6a14dd1
h: refs/heads/master
i:
  164593: 4b604b1
  164591: 6b221c5
v: v3
  • Loading branch information
Andy Adamson authored and J. Bruce Fields committed Jul 28, 2009
1 parent 9e7b0b2 commit e34526d
Show file tree
Hide file tree
Showing 2 changed files with 2 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: b101ebbc39f50f8af4657e517954ca874b13b364
refs/heads/master: 6a14dd1a4fe1bd00e02a96c97015cedfddda58ed
3 changes: 1 addition & 2 deletions trunk/fs/nfsd/nfssvc.c
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,7 @@ void nfsd_reset_versions(void)
*/
static void set_max_drc(void)
{
/* The percent of nr_free_buffer_pages used by the V4.1 server DRC */
#define NFSD_DRC_SIZE_SHIFT 7
#define NFSD_DRC_SIZE_SHIFT 10
nfsd_drc_max_pages = nr_free_buffer_pages()
>> NFSD_DRC_SIZE_SHIFT;
nfsd_drc_pages_used = 0;
Expand Down

0 comments on commit e34526d

Please sign in to comment.