flowtop-libs = -lurcu \ -lnetfilter_conntrack \ $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --libs ncurses 2> /dev/null \ || echo '-lncurses') \ $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) $(PKG_CONFIG) --libs tinfo 2> /dev/null ) \ -lpthread ifeq ($(CONFIG_GEOIP), 1) flowtop-libs += -lGeoIP \ -lz endif flowtop-objs = xmalloc.o \ str.o \ sig.o \ sock.o \ proc.o \ dev.o \ link.o \ hash.o \ lookup.o \ screen.o \ die.o \ sysctl.o \ flowtop.o ifeq ($(CONFIG_GEOIP), 1) flowtop-objs += geoip.o \ ioops.o endif flowtop-eflags = $(shell $(PKG_CONFIG) --cflags ncurses) \ $(shell $(PKG_CONFIG) --cflags libnetfilter_conntrack) flowtop-confs = tcp.conf \ udp.conf \ geoip.conf cgit logo'/> index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@redhat.com>2016-06-29 08:26:59 +0200
committerMiklos Szeredi <mszeredi@redhat.com>2016-06-29 08:26:59 +0200
commita4859d75944a726533ab86d24bb5ffd1b2b7d6cc (patch)
tree1a1c97b15b21d90334b1ca0d0c47bae2cf0e2595 /Documentation/devicetree
parent4c2e07c6a29e0129e975727b9f57eede813eea85 (diff)
ovl: fix dentry leak for default_permissions
When using the 'default_permissions' mount option, ovl_permission() on non-directories was missing a dput(alias), resulting in "BUG Dentry still in use". Signed-off-by: Miklos Szeredi <mszeredi@redhat.com> Fixes: 8d3095f4ad47 ("ovl: default permissions") Cc: <stable@vger.kernel.org> # v4.5+
Diffstat (limited to 'Documentation/devicetree')