Displaying 1 result from an estimated 1 matches for "gba4d01".
Did you mean:
5ba4d0d
2010 Jul 12
1
[PATCH] ocfs2: Don't duplicate page passes i_size during CoW.
...d)
map_end = end;
+ /*
+ * If this page is beyond the page contains i_size,
+ * stop duplicating it.
+ */
+ if (page_index > last_page)
+ break;
+
/* from, to is the offset within the page. */
from = offset & (PAGE_CACHE_SIZE - 1);
to = PAGE_CACHE_SIZE;
--
1.7.1.571.gba4d01