[PATCH 8/9] Unionfs: fold do_readpage into unionfs_readpage

2007-11-13 Thread Erez Zadok
Simplify the code and reduce stack pressure a bit. Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> --- fs/unionfs/mmap.c | 44 ++-- 1 files changed, 14 insertions(+), 30 deletions(-) diff --git a/fs/unionfs/mmap.c b/fs/unionfs/mmap.c index

[PATCH 8/9] Unionfs: fold do_readpage into unionfs_readpage

2007-11-13 Thread Erez Zadok
Simplify the code and reduce stack pressure a bit. Signed-off-by: Erez Zadok [EMAIL PROTECTED] --- fs/unionfs/mmap.c | 44 ++-- 1 files changed, 14 insertions(+), 30 deletions(-) diff --git a/fs/unionfs/mmap.c b/fs/unionfs/mmap.c index 34fd8aa..ef8822f