Signed-off-by: Matt Helsley <[email protected]>
Cc: [email protected]
---
fs/fat/dir.c | 1 +
fs/fat/file.c | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/fs/fat/dir.c b/fs/fat/dir.c
index 38ff75a..a144f64 100644
--- a/fs/fat/dir.c
+++ b/fs/fat/dir.c
@@ -842,6 +842,7 @@ const struct file_operations fat_dir_operations = {
.compat_ioctl = fat_compat_dir_ioctl,
#endif
.fsync = fat_file_fsync,
+ .checkpoint = generic_file_checkpoint,
};
static int fat_get_short_entry(struct inode *dir, loff_t *pos,
diff --git a/fs/fat/file.c b/fs/fat/file.c
index b28ea64..fa00f74 100644
--- a/fs/fat/file.c
+++ b/fs/fat/file.c
@@ -162,6 +162,7 @@ const struct file_operations fat_file_operations = {
.ioctl = fat_generic_ioctl,
.fsync = fat_file_fsync,
.splice_read = generic_file_splice_read,
+ .checkpoint = generic_file_checkpoint,
};
static int fat_cont_expand(struct inode *inode, loff_t size)
--
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