|
@@ -381,9 +381,9 @@ static inline bool __cmpxchg_double_slab(struct kmem_cache *s, struct page *page
|
|
|
defined(CONFIG_HAVE_ALIGNED_STRUCT_PAGE)
|
|
|
if (s->flags & __CMPXCHG_DOUBLE) {
|
|
|
if (cmpxchg_double(&page->freelist, &page->counters,
|
|
|
- freelist_old, counters_old,
|
|
|
- freelist_new, counters_new))
|
|
|
- return 1;
|
|
|
+ freelist_old, counters_old,
|
|
|
+ freelist_new, counters_new))
|
|
|
+ return 1;
|
|
|
} else
|
|
|
#endif
|
|
|
{
|
|
@@ -417,9 +417,9 @@ static inline bool cmpxchg_double_slab(struct kmem_cache *s, struct page *page,
|
|
|
defined(CONFIG_HAVE_ALIGNED_STRUCT_PAGE)
|
|
|
if (s->flags & __CMPXCHG_DOUBLE) {
|
|
|
if (cmpxchg_double(&page->freelist, &page->counters,
|
|
|
- freelist_old, counters_old,
|
|
|
- freelist_new, counters_new))
|
|
|
- return 1;
|
|
|
+ freelist_old, counters_old,
|
|
|
+ freelist_new, counters_new))
|
|
|
+ return 1;
|
|
|
} else
|
|
|
#endif
|
|
|
{
|