Re: [PATCH v7 16/22] ext2: Remove ext2_aops_xip

2014-04-09 Thread Jan Kara
On Sun 23-03-14 15:08:42, Matthew Wilcox wrote: > We shouldn't need a special address_space_operations any more > > Signed-off-by: Matthew Wilcox Looks good. You can add: Reviewed-by: Jan Kara Honza > --- > fs/ext2/ext2.h | 1

Re: [PATCH v7 16/22] ext2: Remove ext2_aops_xip

2014-04-09 Thread Jan Kara
On Sun 23-03-14 15:08:42, Matthew Wilcox wrote: We shouldn't need a special address_space_operations any more Signed-off-by: Matthew Wilcox matthew.r.wil...@intel.com Looks good. You can add: Reviewed-by: Jan Kara j...@suse.cz

[PATCH v7 16/22] ext2: Remove ext2_aops_xip

2014-03-23 Thread Matthew Wilcox
We shouldn't need a special address_space_operations any more Signed-off-by: Matthew Wilcox --- fs/ext2/ext2.h | 1 - fs/ext2/inode.c | 7 +-- fs/ext2/namei.c | 4 ++-- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/fs/ext2/ext2.h b/fs/ext2/ext2.h index b30c3bd..b8b1c11

[PATCH v7 16/22] ext2: Remove ext2_aops_xip

2014-03-23 Thread Matthew Wilcox
We shouldn't need a special address_space_operations any more Signed-off-by: Matthew Wilcox matthew.r.wil...@intel.com --- fs/ext2/ext2.h | 1 - fs/ext2/inode.c | 7 +-- fs/ext2/namei.c | 4 ++-- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/fs/ext2/ext2.h b/fs/ext2/ext2.h