[PATCH] xfsprogs: add a platform_discard_blocks stub to gnufreebsd

Nathan Scott nathans at aconex.com
Tue Apr 6 18:59:08 CDT 2010


----- "Christoph Hellwig" <hch at infradead.org> wrote:

> Signed-off-by: Christoph Hellwig <hch at lst.de>
> 
> Index: xfsprogs-dev/include/gnukfreebsd.h
> ===================================================================
> --- xfsprogs-dev.orig/include/gnukfreebsd.h	2010-04-03
> 12:29:57.048004157 +0200
> +++ xfsprogs-dev/include/gnukfreebsd.h	2010-04-03 12:30:12.913005989
> +0200
> @@ -119,4 +119,10 @@ static __inline__ void platform_uuid_cop
>  	uuid_copy(*dst, *src);
>  }
>  
> +static __inline__ int
> +platform_discard_blocks(int fd, uint64_t start, uint64_t len)
> +{
> +	return 0;
> +}
> +
>  #endif	/* __XFS_KFREEBSD_H__ */
> 

Looks good to me, thanks Christoph.

-- 
Nathan




More information about the xfs mailing list