Re: [PATCH 2/5] eCryptfs: convert kmap() to kmap_atomic()

From: Pekka Enberg
Date: Fri Jan 19 2007 - 07:05:15 EST


On 1/18/07, Michael Halcrow <mhalcrow@xxxxxxxxxx> wrote:
+ page_data = (char *)kmap_atomic(page, KM_USER0);
+ lower_page_data = (char *)kmap_atomic(lower_page, KM_USER1);

Drop 'em redundant casts, please.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/