aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorJim Garlick <garlick.jim@gmail.com>2011-08-21 00:21:18 +0530
committerGreg Kroah-Hartman <gregkh@suse.de>2011-10-03 11:40:22 -0700
commit101e357617f790d36b999dada08c437fd2431c3c (patch)
tree4a4c4abfbf50e05efec65926c66a1a037faa0437 /include/net
parent8bdb14f9c33bb0ad8b37a9465c968ccce4ecda3b (diff)
downloadkernel_samsung_smdk4412-101e357617f790d36b999dada08c437fd2431c3c.zip
kernel_samsung_smdk4412-101e357617f790d36b999dada08c437fd2431c3c.tar.gz
kernel_samsung_smdk4412-101e357617f790d36b999dada08c437fd2431c3c.tar.bz2
fs/9p: Use protocol-defined value for lock/getlock 'type' field.
commit 51b8b4fb32271d39fbdd760397406177b2b0fd36 upstream. Signed-off-by: Jim Garlick <garlick@llnl.gov> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Harsh Prateek Bora <harsh@linux.vnet.ibm.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/9p/9p.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/net/9p/9p.h b/include/net/9p/9p.h
index a8d613f..32f67c3 100644
--- a/include/net/9p/9p.h
+++ b/include/net/9p/9p.h
@@ -344,6 +344,11 @@ enum p9_qid_t {
/* Room for readdir header */
#define P9_READDIRHDRSZ 24
+/* 9p2000.L lock type */
+#define P9_LOCK_TYPE_RDLCK 0
+#define P9_LOCK_TYPE_WRLCK 1
+#define P9_LOCK_TYPE_UNLCK 2
+
/**
* struct p9_str - length prefixed string type
* @len: length of the string