Merge tag 'f2fs-for-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...
[linux-2.6-microblaze.git] / mm / kasan / generic.c
index 248264b..30c0a50 100644 (file)
@@ -339,9 +339,6 @@ void kasan_record_aux_stack(void *addr)
        object = nearest_obj(cache, page, addr);
        alloc_info = get_alloc_info(cache, object);
 
-       /*
-        * record the last two call_rcu() call stacks.
-        */
        alloc_info->aux_stack[1] = alloc_info->aux_stack[0];
        alloc_info->aux_stack[0] = kasan_save_stack(GFP_NOWAIT);
 }