| To: | "J. Bruce Fields" <bfields@xxxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH 01/18] nfs: add LAYOUT_TYPE_MAX enum value |
| From: | Christoph Hellwig <hch@xxxxxx> |
| Date: | Tue, 6 Jan 2015 17:28:24 +0100 |
| Cc: | Jeff Layton <jlayton@xxxxxxxxxxxxxxx>, linux-nfs@xxxxxxxxxxxxxxx, linux-fsdevel@xxxxxxxxxxxxxxx, xfs@xxxxxxxxxxx |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1420561721-9150-1-git-send-email-hch@xxxxxx> |
| References: | <1420561721-9150-1-git-send-email-hch@xxxxxx> |
This gives us a nice upper bound for later use in nfÑd.
Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
include/linux/nfs4.h | 1 +
1 file changed, 1 insertion(+)
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 */
--
1.9.1
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | a simple and scalable pNFS block layout server, Christoph Hellwig |
|---|---|
| Next by Date: | [PATCH 02/18] fs: add FL_LAYOUT lease type, Christoph Hellwig |
| Previous by Thread: | a simple and scalable pNFS block layout server, Christoph Hellwig |
| Next by Thread: | [PATCH 02/18] fs: add FL_LAYOUT lease type, Christoph Hellwig |
| Indexes: | [Date] [Thread] [Top] [All Lists] |