X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Flod%2Flod_internal.h;h=2661c405ab6e5b89c23d15ca62753921c525a668;hb=f22dd644182f7133cad07f1229f3d28f4cc2d025;hp=a83479df40a95b438a96c9ab496744c0beb1c296;hpb=303ea892488b985ba84e6c8e1481f6c7c914c7ed;p=fs%2Flustre-release.git diff --git a/lustre/lod/lod_internal.h b/lustre/lod/lod_internal.h index a83479d..2661c40 100644 --- a/lustre/lod/lod_internal.h +++ b/lustre/lod/lod_internal.h @@ -23,7 +23,7 @@ * Copyright 2009 Sun Microsystems, Inc. All rights reserved * Use is subject to license terms. * - * Copyright (c) 2012, Intel Corporation. + * Copyright (c) 2012, 2013, Intel Corporation. */ /* * This file is part of Lustre, http://www.lustre.org/ @@ -154,10 +154,10 @@ struct lod_object { char *ldo_pool; struct dt_object **ldo_stripe; /* to know how much memory to free, ldo_stripenr can be less */ - int ldo_stripes_allocated; /* default striping for directory represented by this object * is cached in stripenr/stripe_size */ - int ldo_striping_cached:1, + unsigned int ldo_stripes_allocated:16, + ldo_striping_cached:1, ldo_def_striping_set:1; __u32 ldo_def_stripe_size; __u16 ldo_def_stripenr;