diff options
author | Martin Brandenburg <martin@omnibond.com> | 2016-02-20 20:26:01 +0100 |
---|---|---|
committer | Mike Marshall <hubcap@omnibond.com> | 2016-02-24 23:07:50 +0100 |
commit | 9c2bcf288ed7f600bc3f8e7541ea0522a8912bae (patch) | |
tree | 245f765664b131be5a95c2c75f8a4d4372e2d374 /fs/orangefs/orangefs-kernel.h | |
parent | orangefs: use ORANGEFS_NAME_LEN everywhere; remove ORANGEFS_NAME_MAX (diff) | |
download | linux-9c2bcf288ed7f600bc3f8e7541ea0522a8912bae.tar.xz linux-9c2bcf288ed7f600bc3f8e7541ea0522a8912bae.zip |
orangefs: remove vestigial async io code
I have verified that there is nothing in the userspace daemon version we
are implementing this protocol against that ever looks at this field.
Signed-off-by: Martin Brandenburg <martin@omnibond.com>
Signed-off-by: Mike Marshall <hubcap@omnibond.com>
Diffstat (limited to 'fs/orangefs/orangefs-kernel.h')
-rw-r--r-- | fs/orangefs/orangefs-kernel.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fs/orangefs/orangefs-kernel.h b/fs/orangefs/orangefs-kernel.h index c3b3b22115eb..91cbd53f782c 100644 --- a/fs/orangefs/orangefs-kernel.h +++ b/fs/orangefs/orangefs-kernel.h @@ -101,14 +101,6 @@ enum orangefs_vfs_op_states { }; /* - * Defines for controlling whether I/O upcalls are for async or sync operations - */ -enum ORANGEFS_async_io_type { - ORANGEFS_VFS_SYNC_IO = 0, - ORANGEFS_VFS_ASYNC_IO = 1, -}; - -/* * An array of client_debug_mask will be built to hold debug keyword/mask * values fetched from userspace. */ |