Re: [patch 1/3] add the fsblock layer
From: Arjan van de Ven <hidden>
Date: 2007-06-24 20:19:08
Also in:
linux-fsdevel, lkml
From: Arjan van de Ven <hidden>
Date: 2007-06-24 20:19:08
Also in:
linux-fsdevel, lkml
Hmm, could define a macro DECLARE_ATOMIC_BITMAP(maxbit) that expands to the smallest possible type for each architecture. And a couple of ugly casts for set_bit et.al. but those could be also hidden in macros. Should be relatively easy to do.
or make a "smallbit" type that is small/supported, so 64 bit if 32 bit isn't supported, otherwise 32 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>