[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1488733610-22289-1-git-send-email-singhalsimran0@gmail.com>
Date: Sun, 5 Mar 2017 22:36:45 +0530
From: simran singhal <singhalsimran0@...il.com>
To: oleg.drokin@...el.com
Cc: andreas.dilger@...el.com, jsimmons@...radead.org,
gregkh@...uxfoundation.org, lustre-devel@...ts.lustre.org,
devel@...verdev.osuosl.org, linux-kernel@...r.kernel.org,
outreachy-kernel@...glegroups.com
Subject: [PATCH 0/5] Use list_for_each_entry_safe
This patch-series replaces the while loop containing list_empty and
list_entry with list_for_each_entry_safe.
simran singhal (5):
staging: lustre: Use list_for_each_entry_safe
staging: lustre: ptlrpc: Use list_for_each_entry_safe
staging: lustre: osc: Use list_for_each_entry_safe
staging: lustre: llite: Use list_for_each_entry_safe
staging: lustre: osc_page.c: Use list_for_each_entry_safe
drivers/staging/lustre/lustre/llite/statahead.c | 5 ++---
drivers/staging/lustre/lustre/osc/osc_cache.c | 5 ++---
drivers/staging/lustre/lustre/osc/osc_page.c | 11 ++++-------
drivers/staging/lustre/lustre/ptlrpc/sec_gc.c | 5 ++---
drivers/staging/lustre/lustre/ptlrpc/service.c | 5 ++---
5 files changed, 12 insertions(+), 19 deletions(-)
--
2.7.4
Powered by blists - more mailing lists