[MERGED] osmo-bsc[master]: libcommon: eliminate talloc_ctx.c

2018-02-14 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: libcommon: eliminate talloc_ctx.c .. libcommon: eliminate talloc_ctx.c Interestingly enough, talloc_ctx_init() actually had not a single caller. While

osmo-bsc[master]: libcommon: eliminate talloc_ctx.c

2018-02-14 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/6432 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I344a3d07e146999e154824837ed95db2b9879356 Gerrit-PatchSet: 3 Gerrit-Project: osmo-bsc Gerrit-Branch: master

osmo-bsc[master]: libcommon: eliminate talloc_ctx.c

2018-02-14 Thread Vadim Yanitskiy
Patch Set 3: Code-Review+1 -- To view, visit https://gerrit.osmocom.org/6432 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I344a3d07e146999e154824837ed95db2b9879356 Gerrit-PatchSet: 3 Gerrit-Project: osmo-bsc Gerrit-Branch: master

[PATCH] osmo-bsc[master]: libcommon: eliminate talloc_ctx.c

2018-02-13 Thread Neels Hofmeyr
Review at https://gerrit.osmocom.org/6432 libcommon: eliminate talloc_ctx.c Interestingly enough, talloc_ctx_init() actually had not a single caller. While dropping it, see to it that the few contexts that are actually used in osmo-bsc.git are indeed initialized in all the main scopes. Also