projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a584143
)
nfs: add LAYOUT_TYPE_MAX enum value
author
Christoph Hellwig
<hch@lst.de>
Sat, 16 Aug 2014 11:31:51 +0000
(13:31 +0200)
committer
Christoph Hellwig
<hch@lst.de>
Mon, 2 Feb 2015 17:09:37 +0000
(18:09 +0100)
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
patch
|
blob
|
history
diff --git
a/include/linux/nfs4.h
b/include/linux/nfs4.h
index
022b761
..
8a3589c
100644
(file)
--- 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 */