Re: [PATCH v7 1/8] btrfs: added helper functions to iterate backrefs From: Li Zefan <hidden> Date: 2011-07-27 08:06:42 quoted+ alloc_bytes = max((unsigned long)total_bytes, sizeof(*data)); The return type of sizeof() is unsigned int, so this will cause compile warning. We can use max_t() instead. correct: type of sizeof is size_t (so may or may not be unsigned long)
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help