mbox series

[PATCHSET,0/3] xfs: various unit conversion

Message ID 162250083252.490289.17618066691063888710.stgit@locust (mailing list archive)
Headers show
Series xfs: various unit conversion | expand

Message

Darrick J. Wong May 31, 2021, 10:40 p.m. UTC
Hi all,

Crafting the realtime file extent size hint fixes revealed various
opportunities to clean up unit conversions, so now that gets its own
series.

If you're going to start using this mess, you probably ought to just
pull from my git trees, which are linked below.

This is an extraordinary way to destroy everything.  Enjoy!
Comments and questions are, as always, welcome.

--D

kernel git tree:
https://git.kernel.org/cgit/linux/kernel/git/djwong/xfs-linux.git/log/?h=unit-conversion-cleanups-5.14
---
 fs/xfs/libxfs/xfs_inode_buf.c |    2 +-
 fs/xfs/xfs_bmap_util.c        |    6 +++---
 fs/xfs/xfs_inode.c            |   25 +++++++++++--------------
 fs/xfs/xfs_iops.c             |    4 ++--
 4 files changed, 17 insertions(+), 20 deletions(-)