[PATCH] xfsprogs: add a platform_discard_blocks stub to gnufreebsd

Christoph Hellwig hch at infradead.org
Sat Apr 3 05:33:21 CDT 2010


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__ */




More information about the xfs mailing list