Re: [PATCH 01/13] list.h: add list_pop and list_pop_entry helpers

2019-06-27 Thread Darrick J. Wong
On Thu, Jun 27, 2019 at 12:48:24PM +0200, Christoph Hellwig wrote: > We have a very common pattern where we want to delete the first entry > from a list and return it as the properly typed container structure. > > Add two helpers to implement this behavior. > > Signed-off-by: Christoph Hellwig

[PATCH 01/13] list.h: add list_pop and list_pop_entry helpers

2019-06-27 Thread Christoph Hellwig
We have a very common pattern where we want to delete the first entry from a list and return it as the properly typed container structure. Add two helpers to implement this behavior. Signed-off-by: Christoph Hellwig --- include/linux/list.h | 33 + 1 file changed