linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] xarray: Clean up xarray.h
@ 2024-04-23 14:20 Andy Shevchenko
  2024-04-23 14:20 ` [PATCH v1 1/2] xarray: Use BITS_PER_LONGS() Andy Shevchenko
  2024-04-23 14:20 ` [PATCH v1 2/2] xarray: Don't use "proxy" headers Andy Shevchenko
  0 siblings, 2 replies; 3+ messages in thread
From: Andy Shevchenko @ 2024-04-23 14:20 UTC (permalink / raw)
  To: Andy Shevchenko, linux-fsdevel, linux-kernel
  Cc: Matthew Wilcox, Rasmus Villemoes, Andrew Morton

Main portion of this change is to get rid of kernel.h included into
other globally available headers. This decreases a dependency hell
degree. The first patch makes it possible to avoid math.h to be included
as bitops.h is implied by bitmap.h.

Andy Shevchenko (2):
  xarray: Use BITS_PER_LONGS()
  xarray: Don't use "proxy" headers

 include/linux/xarray.h | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

-- 
2.43.0.rc1.1336.g36b5255a03ac


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

end of thread, other threads:[~2024-04-23 14:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-23 14:20 [PATCH v1 0/2] xarray: Clean up xarray.h Andy Shevchenko
2024-04-23 14:20 ` [PATCH v1 1/2] xarray: Use BITS_PER_LONGS() Andy Shevchenko
2024-04-23 14:20 ` [PATCH v1 2/2] xarray: Don't use "proxy" headers Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).