freevxfs, romfs, efs, cramfs, isofs, squashfs, befs This generic filesystem operation definition includes a seek operation and is thus restartable given the generic checkpoint operation. Signed-off-by: Matt Helsley <matthltc@xxxxxxxxxx> --- fs/read_write.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/read_write.c b/fs/read_write.c index d331975..d314234 100644 --- a/fs/read_write.c +++ b/fs/read_write.c @@ -27,6 +27,7 @@ const struct file_operations generic_ro_fops = { .aio_read = generic_file_aio_read, .mmap = generic_file_readonly_mmap, .splice_read = generic_file_splice_read, + .checkpoint = generic_file_checkpoint, }; EXPORT_SYMBOL(generic_ro_fops); -- 1.5.6.3 _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers