diff mbox

mkfs: remove leftover blkid include

Message ID 20170413135122.16730-1-hch@lst.de (mailing list archive)
State Accepted
Headers show

Commit Message

Christoph Hellwig April 13, 2017, 1:51 p.m. UTC
All topology handling moved to libxcmd a while ago.

Signed-off-by: Christoph Hellwig <hch@lst.de>
---
 mkfs/xfs_mkfs.c | 3 ---
 1 file changed, 3 deletions(-)

Comments

Eric Sandeen April 13, 2017, 2:28 p.m. UTC | #1
On 4/13/17 8:51 AM, Christoph Hellwig wrote:
> All topology handling moved to libxcmd a while ago.
> 
> Signed-off-by: Christoph Hellwig <hch@lst.de>

Seems fine, thanks.

Reviewed-by: Eric Sandeen <sandeen@redhat.com>

> ---
>  mkfs/xfs_mkfs.c | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c
> index 6fedc05c..23e3e330 100644
> --- a/mkfs/xfs_mkfs.c
> +++ b/mkfs/xfs_mkfs.c
> @@ -18,9 +18,6 @@
>  
>  #include "libxfs.h"
>  #include <ctype.h>
> -#ifdef ENABLE_BLKID
> -#  include <blkid/blkid.h>
> -#endif /* ENABLE_BLKID */
>  #include "xfs_multidisk.h"
>  #include "libxcmd.h"
>  
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-xfs" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/mkfs/xfs_mkfs.c b/mkfs/xfs_mkfs.c
index 6fedc05c..23e3e330 100644
--- a/mkfs/xfs_mkfs.c
+++ b/mkfs/xfs_mkfs.c
@@ -18,9 +18,6 @@ 
 
 #include "libxfs.h"
 #include <ctype.h>
-#ifdef ENABLE_BLKID
-#  include <blkid/blkid.h>
-#endif /* ENABLE_BLKID */
 #include "xfs_multidisk.h"
 #include "libxcmd.h"