diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
commit | ada47b5fe13d89735805b566185f4885f5a3f750 (patch) | |
tree | 644b88f8a71896307d71438e9b3af49126ffb22b /fs/nilfs2/page.c | |
parent | 43e98717ad40a4ae64545b5ba047c7b86aa44f4f (diff) | |
parent | 3280f21d43ee541f97f8cda5792150d2dbec20d5 (diff) |
Merge branch 'wip-2.6.34' into old-private-masterarchived-private-master
Diffstat (limited to 'fs/nilfs2/page.c')
-rw-r--r-- | fs/nilfs2/page.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fs/nilfs2/page.c b/fs/nilfs2/page.c index a2692bbc7b50..8de3e1e48130 100644 --- a/fs/nilfs2/page.c +++ b/fs/nilfs2/page.c | |||
@@ -29,6 +29,7 @@ | |||
29 | #include <linux/list.h> | 29 | #include <linux/list.h> |
30 | #include <linux/highmem.h> | 30 | #include <linux/highmem.h> |
31 | #include <linux/pagevec.h> | 31 | #include <linux/pagevec.h> |
32 | #include <linux/gfp.h> | ||
32 | #include "nilfs.h" | 33 | #include "nilfs.h" |
33 | #include "page.h" | 34 | #include "page.h" |
34 | #include "mdt.h" | 35 | #include "mdt.h" |
@@ -292,7 +293,7 @@ void nilfs_free_private_page(struct page *page) | |||
292 | * @src: source page | 293 | * @src: source page |
293 | * @copy_dirty: flag whether to copy dirty states on the page's buffer heads. | 294 | * @copy_dirty: flag whether to copy dirty states on the page's buffer heads. |
294 | * | 295 | * |
295 | * This fuction is for both data pages and btnode pages. The dirty flag | 296 | * This function is for both data pages and btnode pages. The dirty flag |
296 | * should be treated by caller. The page must not be under i/o. | 297 | * should be treated by caller. The page must not be under i/o. |
297 | * Both src and dst page must be locked | 298 | * Both src and dst page must be locked |
298 | */ | 299 | */ |
@@ -388,7 +389,7 @@ repeat: | |||
388 | } | 389 | } |
389 | 390 | ||
390 | /** | 391 | /** |
391 | * nilfs_copy_back_pages -- copy back pages to orignal cache from shadow cache | 392 | * nilfs_copy_back_pages -- copy back pages to original cache from shadow cache |
392 | * @dmap: destination page cache | 393 | * @dmap: destination page cache |
393 | * @smap: source page cache | 394 | * @smap: source page cache |
394 | * | 395 | * |