Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1289869
| From | Johannes Weiner <hannes@cmpxchg.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/4] net: tcp_memcontrol: simplify linkage between socket and page counter fix |
| Date | 2015-12-11 21:00 +0100 |
| Message-ID | <qEC1b-q7-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Fixlet for the same-named patch currently in mmots. The forward decl
is no longer necessary when the socket directly points to the memcg.
Signed-off-by: Johannes Weiner <hannes@cmpxchg.org>
---
include/net/sock.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/net/sock.h b/include/net/sock.h
index 0db770f..0835627 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -229,7 +229,6 @@ struct sock_common {
/* public: */
};
-struct cg_proto;
/**
* struct sock - network layer representation of sockets
* @__sk_common: shared layout with inet_timewait_sock
--
2.6.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 1/4] net: tcp_memcontrol: simplify linkage between socket and page counter fix Johannes Weiner <hannes@cmpxchg.org> - 2015-12-11 21:00 +0100
[PATCH 4/4] mm: memcontrol: clean up alloc, online, offline, free functions Johannes Weiner <hannes@cmpxchg.org> - 2015-12-11 21:00 +0100
Re: [PATCH 4/4] mm: memcontrol: clean up alloc, online, offline, free functions Vladimir Davydov <vdavydov@virtuozzo.com> - 2015-12-14 18:20 +0100
Re: [PATCH 4/4] mm: memcontrol: clean up alloc, online, offline, free functions Johannes Weiner <hannes@cmpxchg.org> - 2015-12-15 20:40 +0100
Re: [PATCH 4/4] mm: memcontrol: clean up alloc, online, offline, free functions Vladimir Davydov <vdavydov@virtuozzo.com> - 2015-12-16 13:20 +0100
Re: [PATCH 4/4] mm: memcontrol: clean up alloc, online, offline, free functions Johannes Weiner <hannes@cmpxchg.org> - 2015-12-17 01:50 +0100
[PATCH 2/4] mm: memcontrol: reign in the CONFIG space madness Johannes Weiner <hannes@cmpxchg.org> - 2015-12-11 21:00 +0100
Re: [PATCH 2/4] mm: memcontrol: reign in the CONFIG space madness Vladimir Davydov <vdavydov@virtuozzo.com> - 2015-12-12 17:40 +0100
Re: [PATCH 2/4] mm: memcontrol: reign in the CONFIG space madness Johannes Weiner <hannes@cmpxchg.org> - 2015-12-12 18:30 +0100
Re: [PATCH 2/4] mm: memcontrol: reign in the CONFIG space madness Andrew Morton <akpm@linux-foundation.org> - 2015-12-23 00:20 +0100
Re: [PATCH 2/4] mm: memcontrol: reign in the CONFIG space madness Andrew Morton <akpm@linux-foundation.org> - 2015-12-23 00:20 +0100
Re: [PATCH 2/4] mm: memcontrol: reign in the CONFIG space madness Johannes Weiner <hannes@cmpxchg.org> - 2015-12-23 00:40 +0100
[PATCH 3/4] mm: memcontrol: flatten struct cg_proto Johannes Weiner <hannes@cmpxchg.org> - 2015-12-11 21:00 +0100
Re: [PATCH 3/4] mm: memcontrol: flatten struct cg_proto Vladimir Davydov <vdavydov@virtuozzo.com> - 2015-12-12 17:40 +0100
csiph-web