]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - libxfs/darwin.c
Extract device sector size at mkfs time and issue warnings if the requested filesyste...
[thirdparty/xfsprogs-dev.git] / libxfs / darwin.c
index d7a8daede6ae98402d5bd55e0c142cadf9a5269b..6d6ac2d8b81f20e2245316615144daf5bf7685fb 100644 (file)
@@ -68,7 +68,12 @@ platform_check_iswritable(char *name, char *block, struct stat64 *s, int fatal)
 void
 platform_set_blocksize(int fd, char *path, int blocksize)
 {
-       return;
+}
+
+int
+platform_get_blocksize(int fd, char *path)
+{
+       return BBSIZE;
 }
 
 void