Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 234114
b: refs/heads/master
c: 43b7c3f
h: refs/heads/master
v: v3
  • Loading branch information
Jovi Zhang authored and Trond Myklebust committed Mar 10, 2011
1 parent 37e3d1c commit a165786
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: b9f810570d9cc13177128e11a74e22d37aa68a1a
refs/heads/master: 43b7c3f051dea504afccc39bcb56d8e26c2e0b77
2 changes: 1 addition & 1 deletion trunk/fs/nfs/nfs4proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -3262,7 +3262,7 @@ static int buf_to_pages_noslab(const void *buf, size_t buflen,
spages = pages;

do {
len = min(PAGE_CACHE_SIZE, buflen);
len = min_t(size_t, PAGE_CACHE_SIZE, buflen);
newpage = alloc_page(GFP_KERNEL);

if (newpage == NULL)
Expand Down

0 comments on commit a165786

Please sign in to comment.