mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: remove unsupported conditionals
This patch removes the unsupported sgi and CRAY. Signed-off-by: Rich Johnston <rjohnston@sgi.com> Reviewed-by: Mark Tinguely <tinguely@sgi.com> Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
+1
-5
@@ -43,11 +43,7 @@
|
||||
*
|
||||
****************************************************************************/
|
||||
|
||||
#if CRAY
|
||||
#define B_MULT BSIZE /* block size */
|
||||
#elif sgi
|
||||
#define B_MULT BBSIZE /* block size */
|
||||
#elif linux
|
||||
#if linux
|
||||
#define B_MULT DEV_BSIZE /* block size */
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user