Revision d757a3b01e72368176c5ee580ea17f8c2d185cd7 authored by Linus Torvalds on 09 November 2018, 22:26:18 UTC, committed by Linus Torvalds on 09 November 2018, 22:26:18 UTC
Pull Ceph fixes from Ilya Dryomov:
 "Two CephFS fixes (copy_file_range and quota) and a small feature bit
  cleanup"

* tag 'ceph-for-4.20-rc2' of https://github.com/ceph/ceph-client:
  libceph: assume argonaut on the server side
  ceph: quota: fix null pointer dereference in quota check
  ceph: add destination file data sync before doing any remote copy
2 parent s 26eaed4 + 23c625c
Raw File
blacklist_hashes.c
// SPDX-License-Identifier: GPL-2.0
#include "blacklist.h"

const char __initdata *const blacklist_hashes[] = {
#include CONFIG_SYSTEM_BLACKLIST_HASH_LIST
	, NULL
};
back to top