]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs_spaceman: remove incorrect linux/fs.h include
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 27 Mar 2018 22:43:37 +0000 (17:43 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 27 Mar 2018 22:43:37 +0000 (17:43 -0500)
commit19177e69bbb98bbaf3f64168e77848b7651cf64d
tree3546c072004eceb036da9bee9c0588edcad19239
parent04a2d5dcdc0486e2b0c9903428a17313b8c92b7d
xfs_spaceman: remove incorrect linux/fs.h include

Remove the direct linux/fs.h include from spaceman because all xfs
utilities should include xfs.h so that we can wrap missing kernel header
declarations properly.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
spaceman/trim.c