Whamcloud - gitweb
LU-13745 llite: switch generic_file_splice_read() to use of ->read_iter()
[fs/lustre-release.git] / lustre / llite / vvp_internal.h
index 363a0f3..6fbffa2 100644 (file)
@@ -46,13 +46,6 @@ struct obd_device;
 struct obd_export;
 struct page;
 
-enum vvp_io_subtype {
-       /** normal IO */
-       IO_NORMAL,
-       /** io started from splice_{read|write} */
-       IO_SPLICE,
-};
-
 /**
  * IO state private to VVP layer.
  */
@@ -91,10 +84,6 @@ struct vvp_io {
                        struct cl_page_list      ft_queue;
                } fault;
                struct {
-                       struct pipe_inode_info  *vui_pipe;
-                       unsigned int             vui_flags;
-               } splice;
-               struct {
                        struct cl_page_list vui_queue;
                        unsigned long vui_written;
                        unsigned long vui_read;
@@ -103,8 +92,6 @@ struct vvp_io {
                } readwrite; /* normal io */
        } u;
 
-       enum vvp_io_subtype     vui_io_subtype;
-
        /**
         * Layout version when this IO is initialized
         */