Loading fs/buffer.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1312,7 +1312,7 @@ static void bh_lru_install(struct buffer_head *bh) } } while (out < BH_LRU_SIZE) while (out < BH_LRU_SIZE) bhs[out++] = NULL; bhs[out++] = NULL; memcpy(__this_cpu_ptr(&bh_lrus.bhs), bhs, sizeof(bhs)); memcpy(this_cpu_ptr(&bh_lrus.bhs), bhs, sizeof(bhs)); } } bh_lru_unlock(); bh_lru_unlock(); Loading Loading
fs/buffer.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -1312,7 +1312,7 @@ static void bh_lru_install(struct buffer_head *bh) } } while (out < BH_LRU_SIZE) while (out < BH_LRU_SIZE) bhs[out++] = NULL; bhs[out++] = NULL; memcpy(__this_cpu_ptr(&bh_lrus.bhs), bhs, sizeof(bhs)); memcpy(this_cpu_ptr(&bh_lrus.bhs), bhs, sizeof(bhs)); } } bh_lru_unlock(); bh_lru_unlock(); Loading