diff options
author | Andreas Gruenbacher <agruen@linbit.com> | 2011-07-22 13:53:19 +0200 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2014-02-17 16:46:48 +0100 |
commit | f44d0436db1ea02f2a08bec40a854550a93e90a8 (patch) | |
tree | 1954be419a9cca3cada1636d96cb93868b5eafbd /include/linux/drbd.h | |
parent | 6bbf53ca6269353c1d8174678b15aa4288a9cdb0 (diff) | |
download | op-kernel-dev-f44d0436db1ea02f2a08bec40a854550a93e90a8.zip op-kernel-dev-f44d0436db1ea02f2a08bec40a854550a93e90a8.tar.gz |
drbd: Define the size of res_opts->cpu_mask in a single place
Signed-off-by: Andreas Gruenbacher <agruen@linbit.com>
Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com>
Diffstat (limited to 'include/linux/drbd.h')
-rw-r--r-- | include/linux/drbd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/drbd.h b/include/linux/drbd.h index de7d74a..6f60136 100644 --- a/include/linux/drbd.h +++ b/include/linux/drbd.h @@ -382,4 +382,6 @@ enum drbd_timeout_flag { #define DRBD_MD_INDEX_FLEX_EXT -2 #define DRBD_MD_INDEX_FLEX_INT -3 +#define DRBD_CPU_MASK_SIZE 32 + #endif |