[PATCH 27/36] Add checkpoint operation for efs directories.

Matt Helsley matthltc at us.ibm.com
Mon Jul 13 06:58:41 PDT 2009


Signed-off-by: Matt Helsley <matthltc at us.ibm.com>
---
 fs/efs/dir.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/fs/efs/dir.c b/fs/efs/dir.c
index 7ee6f7e..da344b8 100644
--- a/fs/efs/dir.c
+++ b/fs/efs/dir.c
@@ -13,6 +13,7 @@ const struct file_operations efs_dir_operations = {
 	.llseek		= generic_file_llseek,
 	.read		= generic_read_dir,
 	.readdir	= efs_readdir,
+	.checkpoint	= generic_file_checkpoint,
 };
 
 const struct inode_operations efs_dir_inode_operations = {
-- 
1.5.6.3




More information about the Containers mailing list