All of lore.kernel.org
 help / color / mirror / Atom feed
* [lustre-devel] [PATCH 0/4] Remove uses and definition of IS_PO2
@ 2015-10-16 22:03 Aya Mahfouz
  2015-10-16 22:05 ` [lustre-devel] [PATCH 1/4] staging: lustre: ldlm_extent.c: replace IS_PO2 by is_power_of_2 Aya Mahfouz
                   ` (3 more replies)
  0 siblings, 4 replies; 20+ messages in thread
From: Aya Mahfouz @ 2015-10-16 22:03 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

Aya Mahfouz (4):
  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 with is_power_of_2
  staging: lustre: remove IS_PO2 and __is_po2

 drivers/staging/lustre/include/linux/libcfs/libcfs.h | 7 -------
 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 +++-
 4 files changed, 10 insertions(+), 10 deletions(-)

-- 
2.4.2


-- 
Kind Regards,
Aya Saif El-yazal Mahfouz

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

end of thread, other threads:[~2015-10-18 10:51 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-16 22:03 [lustre-devel] [PATCH 0/4] Remove uses and definition of IS_PO2 Aya Mahfouz
2015-10-16 22:05 ` [lustre-devel] [PATCH 1/4] staging: lustre: ldlm_extent.c: replace IS_PO2 by is_power_of_2 Aya Mahfouz
2015-10-17  5:41   ` Greg KH
2015-10-17  9:59     ` Aya Mahfouz
2015-10-16 22:06 ` [lustre-devel] [PATCH 2/4] staging: lustre: hash.c: " Aya Mahfouz
2015-10-17  5:40   ` Greg KH
2015-10-17 10:34     ` Aya Mahfouz
2015-10-17 10:47       ` Julia Lawall
2015-10-17 13:23         ` Aya Mahfouz
2015-10-17 16:06           ` Dilger, Andreas
2015-10-16 22:06 ` [lustre-devel] [PATCH 3/4] staging: lustre: workitem.c: replace IS_PO2 with is_power_of_2 Aya Mahfouz
2015-10-17  5:40   ` Greg KH
2015-10-17 16:15     ` Dilger, Andreas
2015-10-16 22:07 ` [lustre-devel] [PATCH 4/4] staging: lustre: remove IS_PO2 and __is_po2 Aya Mahfouz
2015-10-17  0:49   ` kbuild test robot
2015-10-17  1:55   ` kbuild test robot
2015-10-17  4:53   ` kbuild test robot
2015-10-17  5:21   ` Greg KH
2015-10-17  9:54     ` Aya Mahfouz
2015-10-18 10:51     ` 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.