Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1954
b: refs/heads/master
c: 3079ca6
h: refs/heads/master
v: v3
  • Loading branch information
Steve French committed Jun 9, 2005
1 parent 1385695 commit 3b145b2
Show file tree
Hide file tree
Showing 3 changed files with 5 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: 0b68177ccd12866d9f19cafad212b861c9d02a8c
refs/heads/master: 3079ca621e9e09f4593c20a9a2f24237c355f683
3 changes: 2 additions & 1 deletion trunk/fs/cifs/CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ kills the cifsd thread (NB: killing the cifs kernel threads is not
recommended, unmount and rmmod cifs will kill them when they are
no longer needed). Fix readdir to ASCII servers (ie older servers
which do not support Unicode) and also require asterik.

Fix out of memory case in which data could be written one page
off in the page cache.

Version 1.33
------------
Expand Down
2 changes: 2 additions & 0 deletions trunk/fs/cifs/file.c
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,8 @@ static void cifs_copy_cache_pages(struct address_space *mapping,
GFP_KERNEL)) {
page_cache_release(page);
cFYI(1, ("Add page cache failed"));
data += PAGE_CACHE_SIZE;
bytes_read -= PAGE_CACHE_SIZE;
continue;
}

Expand Down

0 comments on commit 3b145b2

Please sign in to comment.