https://github.com/torvalds/linux
Revision 2833419a629d2d0eeb46f97c529f1057db7537b2 authored by Linus Torvalds on 02 March 2018, 18:05:10 UTC, committed by Linus Torvalds on 02 March 2018, 18:05:10 UTC
Pull ceph fixes from Ilya Dryomov:
 "A cap handling fix from Zhi that ensures that metadata writeback isn't
  delayed and three error path memory leak fixups from Chengguang"

* tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-client:
  ceph: fix potential memory leak in init_caches()
  ceph: fix dentry leak when failing to init debugfs
  libceph, ceph: avoid memory leak when specifying same option several times
  ceph: flush dirty caps of unlinked inode ASAP
2 parent s fb6d47a + 1c78924
Raw File
Tip revision: 2833419a629d2d0eeb46f97c529f1057db7537b2 authored by Linus Torvalds on 02 March 2018, 18:05:10 UTC
Merge tag 'ceph-for-4.16-rc4' of git://github.com/ceph/ceph-client
Tip revision: 2833419
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top