On Tue, Jul 13, 2010 at 11:22:32AM +0800, Tao Ma wrote:
> +     /*
> +      * We only duplicate pages until we reach i_size.
> +      * So trim 'end' to the boundary of that page.
> +      */
> +     if (end > i_size_read(context->inode))
> +             end = ((i_size_read(context->inode) + PAGE_CACHE_SIZE - 1) >>
> +                      PAGE_CACHE_SHIFT) << PAGE_CACHE_SHIFT;

Just use PAGE_CACHE_ALIGN().

Joel

-- 

"Any man who is under 30, and is not a liberal, has not heart;
 and any man who is over 30, and is not a conservative, has no brains."
         - Sir Winston Churchill 

Joel Becker
Consulting Software Developer
Oracle
E-mail: [email protected]
Phone: (650) 506-8127

_______________________________________________
Ocfs2-devel mailing list
[email protected]
http://oss.oracle.com/mailman/listinfo/ocfs2-devel

Reply via email to