From d86953ffa87b4b410a8532f5930f15058f6be328 Mon Sep 17 00:00:00 2001 From: Jeff Dike Date: Mon, 27 Mar 2006 01:14:41 -0800 Subject: [PATCH] --- yaml --- r: 24240 b: refs/heads/master c: 86c79cbcee7d617c5aaf9b4f7e6cc093397d3451 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/hostfs/hostfs_user.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 36df395678be..10d93c7b5b97 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5f4e8fd08f3993bc31a7dd91767fdb4da4fe6278 +refs/heads/master: 86c79cbcee7d617c5aaf9b4f7e6cc093397d3451 diff --git a/trunk/fs/hostfs/hostfs_user.c b/trunk/fs/hostfs/hostfs_user.c index b97809deba66..23b7cee72123 100644 --- a/trunk/fs/hostfs/hostfs_user.c +++ b/trunk/fs/hostfs/hostfs_user.c @@ -360,7 +360,6 @@ int do_statfs(char *root, long *bsize_out, long long *blocks_out, spare_out[2] = buf.f_spare[2]; spare_out[3] = buf.f_spare[3]; spare_out[4] = buf.f_spare[4]; - spare_out[5] = buf.f_spare[5]; return(0); }