mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-04 13:21:45 +00:00
nfs: add LAYOUT_TYPE_MAX enum value
This gives us a nice upper bound for later use in nfѕd. Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
a584143b01
commit
6cae0a4648
1 changed files with 1 additions and 0 deletions
|
@ -516,6 +516,7 @@ enum pnfs_layouttype {
|
||||||
LAYOUT_NFSV4_1_FILES = 1,
|
LAYOUT_NFSV4_1_FILES = 1,
|
||||||
LAYOUT_OSD2_OBJECTS = 2,
|
LAYOUT_OSD2_OBJECTS = 2,
|
||||||
LAYOUT_BLOCK_VOLUME = 3,
|
LAYOUT_BLOCK_VOLUME = 3,
|
||||||
|
LAYOUT_TYPE_MAX
|
||||||
};
|
};
|
||||||
|
|
||||||
/* used for both layout return and recall */
|
/* used for both layout return and recall */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue