X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=lustre%2Finclude%2Flu_target.h;h=1ec6e66e678d589af69dd87b07f7d09211ebe257;hb=23e2a370c8a36826fab1ddece1292733eb06db9c;hp=b13a05ffeb64d21895328034031330dc19588f4d;hpb=bf111a4513db2713d5c43460feb5d520a27c00d6;p=fs%2Flustre-release.git diff --git a/lustre/include/lu_target.h b/lustre/include/lu_target.h index b13a05f..1ec6e66 100644 --- a/lustre/include/lu_target.h +++ b/lustre/include/lu_target.h @@ -26,7 +26,7 @@ * GPL HEADER END */ /* - * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. * Use is subject to license terms. */ /* @@ -57,8 +57,6 @@ struct lu_target { cfs_spinlock_t lut_client_bitmap_lock; /** Bitmap of known clients */ unsigned long *lut_client_bitmap; - /** Number of mounts */ - __u64 lut_mount_count; }; typedef void (*lut_cb_t)(struct lu_target *lut, __u64 transno,