OSDN Git Service

xfs: move struct xfs_bmalloca to libxfs
authorDave Chinner <dchinner@redhat.com>
Thu, 8 Jan 2015 23:46:49 +0000 (10:46 +1100)
committerDave Chinner <david@fromorbit.com>
Thu, 8 Jan 2015 23:46:49 +0000 (10:46 +1100)
commit9799b438ce21662fa173ffc0b30d93567a71dfa0
tree24e7973b7c2c6d1a9fb898b970f685f061fb9c4f
parent5ebdc213ac02877e23fe7594d4b92b120488aac9
xfs: move struct xfs_bmalloca to libxfs

It no long is used for stack splits, so strip the kernel workqueue
bits from it and push it back into libxfs/xfs_bmap.h so that
it can be shared with the userspace code.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/libxfs/xfs_bmap.h
fs/xfs/xfs_bmap_util.h