All of lore.kernel.org
 help / color / mirror / Atom feed
* [lustre-devel] [PATCH v3 0/5] Remove uses and definition of IS_PO2
@ 2015-10-29  0:52 Aya Mahfouz
  2015-10-29  0:54 ` [lustre-devel] [PATCH v3 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-29  0:52 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.

The second version handled warnings indicated by kbuild test robot.
The third version handled checkpatch.pl warnings indicated by Sudip
Mukherjee.

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      | 2 +-
 drivers/staging/lustre/lustre/ldlm/ldlm_extent.c     | 2 +-
 drivers/staging/lustre/lustre/libcfs/hash.c          | 3 ++-
 drivers/staging/lustre/lustre/libcfs/workitem.c      | 2 +-
 5 files changed, 5 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-11-07 10:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-29  0:52 [lustre-devel] [PATCH v3 0/5] Remove uses and definition of IS_PO2 Aya Mahfouz
2015-10-29  0:54 ` [lustre-devel] [PATCH v3 1/5] staging: lustre: ldlm_extent.c: replace IS_PO2 by is_power_of_2 Aya Mahfouz
2015-10-29  0:55 ` [lustre-devel] [PATCH v3 2/5] staging: lustre: hash.c: Replace " Aya Mahfouz
2015-11-07  1:10   ` Greg KH
2015-10-29  0:57 ` [lustre-devel] [PATCH v3 3/5] staging: lustre: workitem.c: replace " Aya Mahfouz
2015-10-29  0:59 ` [lustre-devel] [PATCH v3 4/5] staging: lustre: selftest.h: " Aya Mahfouz
2015-10-29  1:00 ` [lustre-devel] [PATCH v3 5/5] staging: lustre: libcfs.h: remove IS_PO2 and __is_po2 Aya Mahfouz
2015-11-07  1:11   ` Greg KH
2015-11-07 10:03     ` 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.