Message ID | 1421925006-24231-2-git-send-email-hch@lst.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/include/linux/nfs4.h b/include/linux/nfs4.h index 022b761..8a3589c 100644 --- a/include/linux/nfs4.h +++ b/include/linux/nfs4.h @@ -516,6 +516,7 @@ enum pnfs_layouttype { LAYOUT_NFSV4_1_FILES = 1, LAYOUT_OSD2_OBJECTS = 2, LAYOUT_BLOCK_VOLUME = 3, + LAYOUT_TYPE_MAX }; /* used for both layout return and recall */
This gives us a nice upper bound for later use in nf?d. Signed-off-by: Christoph Hellwig <hch@lst.de> --- include/linux/nfs4.h | 1 + 1 file changed, 1 insertion(+)