Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359747
b: refs/heads/master
c: 56edc86
h: refs/heads/master
i:
  359745: 91bc50c
  359743: feda942
v: v3
  • Loading branch information
Jeff Layton authored and J. Bruce Fields committed Feb 17, 2013
1 parent 26a0864 commit 5024aed
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: cc630d9f476445927fca599f81182c7f06f79058
refs/heads/master: 56edc86b5a72bdbc86358e57fb09165136baf0b8
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfscache.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ nfsd_cache_csum(struct svc_rqst *rqstp)
base = buf->page_base & ~PAGE_MASK;
while (csum_len) {
p = page_address(buf->pages[idx]) + base;
len = min(PAGE_SIZE - base, csum_len);
len = min_t(size_t, PAGE_SIZE - base, csum_len);
csum = csum_partial(p, len, csum);
csum_len -= len;
base = 0;
Expand Down

0 comments on commit 5024aed

Please sign in to comment.