Re: [patch 17/41] ext2 convert to new aops.

2007-05-16 Thread Nick Piggin
On Mon, May 14, 2007 at 04:06:36PM +1000, [EMAIL PROTECTED] wrote: > Cc: [EMAIL PROTECTED] > Cc: Linux Filesystems > Signed-off-by: Nick Piggin <[EMAIL PROTECTED]> Found a problem in ext2 pagecache directory handling. Trivial fix follows. Longer-term, it might be better to rework these things a b

[patch 17/41] ext2 convert to new aops.

2007-05-14 Thread npiggin
Cc: [EMAIL PROTECTED] Cc: Linux Filesystems Signed-off-by: Nick Piggin <[EMAIL PROTECTED]> fs/ext2/dir.c | 47 +-- fs/ext2/ext2.h |3 +++ fs/ext2/inode.c | 24 +--- 3 files changed, 45 insertions(+), 29 deletions(-) Inde