On 08/14/2010 12:32 AM, andros@xxxxxxxxxx wrote: > From: Andy Adamson <andros@xxxxxxxxxx> > > Signed-off-by: Andy Adamson <andros@xxxxxxxxxx> > --- > include/linux/nfs4.h | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h > index 6ee7357..2d3d277 100644 > --- a/include/linux/nfs4.h > +++ b/include/linux/nfs4.h > @@ -579,6 +579,8 @@ enum state_protect_how4 { > > enum pnfs_layouttype { > LAYOUT_NFSV4_1_FILES = 1, > + LAYOUT_OSD2_OBJECTS = 2, > + LAYOUT_BLOCK_VOLUME = 3, > }; > Rrr, what's the point? it's just an enum. All STD derived types and constants should just be kept intact. Implemented or not is irrelevant. which calls for a rename BTW. pnfs_layouttype => nfs4_layouttype (The name nfs4.h should be an hint I'd say) > /* used for both layout return and recall */ -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html