Whamcloud - gitweb
LU-4931 ladvise: Add feature of giving file access advices
[fs/lustre-release.git] / lustre / llite / vvp_io.c
index cbc4997..daf75ac 100644 (file)
@@ -1443,7 +1443,10 @@ static const struct cl_io_operations vvp_io_ops = {
                },
                [CIT_MISC] = {
                        .cio_fini       = vvp_io_fini
-               }
+               },
+               [CIT_LADVISE] = {
+                       .cio_fini       = vvp_io_fini
+               },
        },
        .cio_read_ahead = vvp_io_read_ahead
 };