Add the checkpoint operation for hfs files and directories. Signed-off-by: Matt Helsley <matthltc@xxxxxxxxxx> Cc: linux-fsdevel@xxxxxxxxxxxxxxx --- fs/hfs/dir.c | 1 + fs/hfs/inode.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/hfs/dir.c b/fs/hfs/dir.c index 7c69b98..8d90a24 100644 --- a/fs/hfs/dir.c +++ b/fs/hfs/dir.c @@ -318,6 +318,7 @@ const struct file_operations hfs_dir_operations = { .readdir = hfs_readdir, .llseek = generic_file_llseek, .release = hfs_dir_release, + .checkpoint = generic_file_checkpoint, }; const struct inode_operations hfs_dir_inode_operations = { diff --git a/fs/hfs/inode.c b/fs/hfs/inode.c index a1cbff2..bf8950f 100644 --- a/fs/hfs/inode.c +++ b/fs/hfs/inode.c @@ -607,6 +607,7 @@ static const struct file_operations hfs_file_operations = { .fsync = file_fsync, .open = hfs_file_open, .release = hfs_file_release, + .checkpoint = generic_file_checkpoint, }; static const struct inode_operations hfs_file_inode_operations = { -- 1.5.6.3 _______________________________________________ Containers mailing list Containers@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/containers