All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] xfs: fix a couple post-merge sparse inode chunks issues
@ 2015-06-01 14:33 Brian Foster
  2015-06-01 14:33 ` [PATCH 1/2] xfs: fix sparse inodes 32-bit compile failure Brian Foster
  2015-06-01 14:33 ` [PATCH 2/2] xfs: check min blks for random debug mode sparse allocations Brian Foster
  0 siblings, 2 replies; 5+ messages in thread
From: Brian Foster @ 2015-06-01 14:33 UTC (permalink / raw)
  To: xfs

Hi all,

Here are a couple quick hitter fixes for sparse inodes. Patch 1 fixes a
compile failure detected by the kbuild robot with 32-bit configs. Patch
2 fixes a problem with the DEBUG mode random sparse inode chunk
allocation on large block size filesystems.

Brian

Brian Foster (2):
  xfs: fix sparse inodes 32-bit compile failure
  xfs: check min blks for random debug mode sparse allocations

 fs/xfs/libxfs/xfs_ialloc.c | 15 ++++++++-------
 fs/xfs/xfs_inode.c         |  2 +-
 2 files changed, 9 insertions(+), 8 deletions(-)

-- 
1.9.3

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2015-06-01 21:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-01 14:33 [PATCH 0/2] xfs: fix a couple post-merge sparse inode chunks issues Brian Foster
2015-06-01 14:33 ` [PATCH 1/2] xfs: fix sparse inodes 32-bit compile failure Brian Foster
2015-06-01 20:52   ` Dave Chinner
2015-06-01 21:16   ` [PATCH v2] " Brian Foster
2015-06-01 14:33 ` [PATCH 2/2] xfs: check min blks for random debug mode sparse allocations Brian Foster

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.