Add the checkpoint operation for freevxfs directories.
Signed-off-by: Matt Helsley <[email protected]> Cc: [email protected] --- fs/freevxfs/vxfs_lookup.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/fs/freevxfs/vxfs_lookup.c b/fs/freevxfs/vxfs_lookup.c index aee049c..3a09132 100644 --- a/fs/freevxfs/vxfs_lookup.c +++ b/fs/freevxfs/vxfs_lookup.c @@ -58,6 +58,7 @@ const struct inode_operations vxfs_dir_inode_ops = { const struct file_operations vxfs_dir_operations = { .readdir = vxfs_readdir, + .checkpoint = generic_file_checkpoint, }; -- 1.5.6.3 _______________________________________________ Containers mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/containers _______________________________________________ Devel mailing list [email protected] https://openvz.org/mailman/listinfo/devel
