> On Thu, Nov 27, 2008 at 08:02:32PM +0900, KOSAKI Motohiro wrote: > > > @@ -2820,8 +2825,7 @@ fail: > > > > > > int page_symlink(struct inode *inode, const char *symname, int len) > > > { > > > - return __page_symlink(inode, symname, len, > > > - mapping_gfp_mask(inode->i_mapping)); > > > + return __page_symlink(inode, symname, len, 0); > > > } > > > > your patch always pass 0 into __page_symlink(). > > therefore it doesn't change any behavior. > > > > right? > > How about this patch? looks good to me. very thanks. Reviewed-by: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html