[f2fs-dev] [PATCH 06/14] ext2: Convert to using invalidate_lock

2021-07-15 Thread Jan Kara
Ext2 has its private dax_sem used for synchronizing page faults and truncation. Use mapping->invalidate_lock instead as it is meant for this purpose. CC: Reviewed-by: Christoph Hellwig Signed-off-by: Jan Kara --- fs/ext2/ext2.h | 11 --- fs/ext2/file.c | 7 +++ fs/ext2/inode.c |

[f2fs-dev] [PATCH 06/14] ext2: Convert to using invalidate_lock

2021-07-12 Thread Jan Kara
Ext2 has its private dax_sem used for synchronizing page faults and truncation. Use mapping->invalidate_lock instead as it is meant for this purpose. CC: Reviewed-by: Christoph Hellwig Signed-off-by: Jan Kara --- fs/ext2/ext2.h | 11 --- fs/ext2/file.c | 7 +++ fs/ext2/inode.c |

Re: [f2fs-dev] [PATCH 06/14] ext2: Convert to using invalidate_lock

2021-06-15 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig ___ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel

[f2fs-dev] [PATCH 06/14] ext2: Convert to using invalidate_lock

2021-06-15 Thread Jan Kara
Ext2 has its private dax_sem used for synchronizing page faults and truncation. Use mapping->invalidate_lock instead as it is meant for this purpose. CC: Signed-off-by: Jan Kara --- fs/ext2/ext2.h | 11 --- fs/ext2/file.c | 7 +++ fs/ext2/inode.c | 12 ++-- fs/ext2/super.

[f2fs-dev] [PATCH 06/14] ext2: Convert to using invalidate_lock

2021-06-07 Thread Jan Kara
Ext2 has its private dax_sem used for synchronizing page faults and truncation. Use mapping->invalidate_lock instead as it is meant for this purpose. CC: Signed-off-by: Jan Kara --- fs/ext2/ext2.h | 11 --- fs/ext2/file.c | 7 +++ fs/ext2/inode.c | 12 ++-- fs/ext2/super.