diff options
author | Linus Torvalds | 2005-11-11 06:37:50 +0100 |
---|---|---|
committer | Linus Torvalds | 2005-11-11 06:37:50 +0100 |
commit | 5e04e7fe774794b837e1d3897e6b96ae2d06679a (patch) | |
tree | c793e7d26f2d0e5448908b5c95756831d612c9fd /include/linux | |
parent | [PATCH] lpfc build fix (diff) | |
parent | [CIFS] Fix spaces in cifs kconfig entry (diff) | |
download | kernel-qcow2-linux-5e04e7fe774794b837e1d3897e6b96ae2d06679a.tar.gz kernel-qcow2-linux-5e04e7fe774794b837e1d3897e6b96ae2d06679a.tar.xz kernel-qcow2-linux-5e04e7fe774794b837e1d3897e6b96ae2d06679a.zip |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/connector.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/connector.h b/include/linux/connector.h index c5769c6585f4..ad1a22c1c42e 100644 --- a/include/linux/connector.h +++ b/include/linux/connector.h @@ -32,6 +32,8 @@ */ #define CN_IDX_PROC 0x1 #define CN_VAL_PROC 0x1 +#define CN_IDX_CIFS 0x2 +#define CN_VAL_CIFS 0x1 #define CN_NETLINK_USERS 1 |