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.h
#include <linux/kernel.h>

extern const char __initconst *const blacklist_hashes[];
back to top