diff options
author | Dave Chinner <dchinner@redhat.com> | 2018-05-13 23:10:08 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2018-05-15 18:12:51 -0700 |
commit | b16817b66b6c97d2a812d663d26faed40079892a (patch) | |
tree | 6198b72f72902e2db460aecad7a7bf404462f357 /fs/xfs/Makefile | |
parent | 8125147288db7008c872a946210028bbf6c0af86 (diff) | |
download | linux-b16817b66b6c97d2a812d663d26faed40079892a.tar.bz2 |
xfs: move growfs core to libxfs
So it can be shared with userspace (e.g. mkfs) easily.
Signed-Off-By: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r-- | fs/xfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 57de3f4bb2c7..d73444528d9b 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -28,6 +28,7 @@ xfs-y += xfs_trace.o # build the libxfs code first xfs-y += $(addprefix libxfs/, \ + xfs_ag.o \ xfs_alloc.o \ xfs_alloc_btree.o \ xfs_attr.o \ |