Revision 8b4414f51d098ca6f9fa3c6b6b31926f3b45d4bc authored by Linus Torvalds on 18 December 2015, 22:25:57 UTC, committed by Linus Torvalds on 18 December 2015, 22:25:57 UTC
Merge misc fixes from Andrew Morton:
 "Three patches"

* emailed patches from Andrew Morton <akpm@linux-foundation.org>:
  include/linux/mmdebug.h: should include linux/bug.h
  mm/zswap: change incorrect strncmp use to strcmp
  proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
2 parent s 65d70e7 + 1d5cda4
Raw File
Makefile
#
# Makefile for the configfs virtual filesystem
#

obj-$(CONFIG_CONFIGFS_FS)	+= configfs.o

configfs-objs	:= inode.o file.o dir.o symlink.o mount.o item.o
back to top