All of lore.kernel.org
 help / color / mirror / Atom feed
* [lustre-devel] [RESEND PATCH v2 0/5] Remove uses and definition of IS_PO2
@ 2015-10-27 17:41 Aya Mahfouz
  2015-10-27 17:42 ` [lustre-devel] [RESEND PATCH v2 1/5] staging: lustre: ldlm_extent.c: replace IS_PO2 by is_power_of_2 Aya Mahfouz
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Aya Mahfouz @ 2015-10-27 17:41 UTC (permalink / raw)
  To: lustre-devel

Concerned with the removal of IS_PO2 by replacing its uses
with is_power_of_2 and then removing the definition.

This is the second version of the patch set. The commit messages
were changed and a new patch was added for a use of IS_PO2 indicated
by kbuild test robot.

Aya Mahfouz (5):
  staging: lustre: ldlm_extent.c: replace IS_PO2 by is_power_of_2
  staging: lustre: hash.c: Replace IS_PO2 by is_power_of_2
  staging: lustre: workitem.c: replace IS_PO2 by is_power_of_2
  staging: lustre: selftest.h: replace IS_PO2 by is_power_of_2
  staging: lustre: libcfs.h: remove IS_PO2 and __is_po2

 drivers/staging/lustre/include/linux/libcfs/libcfs.h | 7 -------
 drivers/staging/lustre/lnet/selftest/selftest.h      | 4 +++-
 drivers/staging/lustre/lustre/ldlm/ldlm_extent.c     | 5 ++++-
 drivers/staging/lustre/lustre/libcfs/hash.c          | 4 +++-
 drivers/staging/lustre/lustre/libcfs/workitem.c      | 4 +++-
 5 files changed, 13 insertions(+), 11 deletions(-)

-- 
2.4.2


-- 
Kind Regards,
Aya Saif El-yazal Mahfouz

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-10-29  0:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-27 17:41 [lustre-devel] [RESEND PATCH v2 0/5] Remove uses and definition of IS_PO2 Aya Mahfouz
2015-10-27 17:42 ` [lustre-devel] [RESEND PATCH v2 1/5] staging: lustre: ldlm_extent.c: replace IS_PO2 by is_power_of_2 Aya Mahfouz
2015-10-27 17:43 ` [lustre-devel] [RESEND PATCH v2 2/5] staging: lustre: hash.c: Replace " Aya Mahfouz
2015-10-28  6:41   ` Sudip Mukherjee
2015-10-29  0:26     ` Aya Mahfouz
2015-10-27 17:44 ` [lustre-devel] [RESEND PATCH v2 3/5] staging: lustre: workitem.c: replace " Aya Mahfouz
2015-10-27 17:45 ` [lustre-devel] [RESEND PATCH v2 4/5] staging: lustre: selftest.h: " Aya Mahfouz
2015-10-28  6:44   ` Sudip Mukherjee
2015-10-27 17:46 ` [lustre-devel] [RESEND PATCH v2 5/5] staging: lustre: libcfs.h: remove IS_PO2 and __is_po2 Aya Mahfouz

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.