From 52ade33636ff7aabab5f53f933ee172773660678 Mon Sep 17 00:00:00 2001 From: shadow Date: Wed, 27 Feb 2008 15:45:43 +0000 Subject: [PATCH] fix typo in bobijam commit. --- lustre/utils/obd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/utils/obd.c b/lustre/utils/obd.c index 0b08358..c1ea4b3 100644 --- a/lustre/utils/obd.c +++ b/lustre/utils/obd.c @@ -1651,7 +1651,7 @@ repeat: rc = -EINVAL; goto out; } - if (desc.ld_default_stripe_count == (__u16)-1) + if (desc.ld_default_stripe_count == (__u32)-1) printf("default_stripe_count: %d\n", -1); else printf("default_stripe_count: %u\n", -- 1.8.3.1