diff options
author | Mike Marshall <hubcap@omnibond.com> | 2015-07-24 17:37:15 +0300 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2015-10-03 18:40:01 +0300 |
commit | 2c590d5fb6987e6579a82285b742a318cc1fdb50 (patch) | |
tree | 6ffd4416ea955053a0db6ba7bcf1d2025fe0dc3e /fs/orangefs/protocol.h | |
parent | 07f01962e3d37bd2c5bbcdf87f29c9fe78feb6e0 (diff) | |
download | linux-2c590d5fb6987e6579a82285b742a318cc1fdb50.tar.xz |
Orangefs: kernel client update 1.
Stephen Rothwell noticed that orangefs would not compile
on powerpc...
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/protocol.h')
-rw-r--r-- | fs/orangefs/protocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/orangefs/protocol.h b/fs/orangefs/protocol.h index 2fb3a63ae9ab..8e0c8a6158f7 100644 --- a/fs/orangefs/protocol.h +++ b/fs/orangefs/protocol.h @@ -1,6 +1,7 @@ #include <linux/spinlock_types.h> #include <linux/types.h> #include <linux/slab.h> +#include <linux/ioctl.h> extern struct client_debug_mask *cdm_array; extern char *debug_help_string; |