Re: [PATCH 1/4] Add buffer head related helper functions

2007-11-16 Thread Andrew Morton
On Thu, 15 Nov 2007 17:40:43 +0530 "Aneesh Kumar K.V" <[EMAIL PROTECTED]> wrote: > Add buffer head related helper function > bh_uptodate_or_lock and bh_submit_read > which can be used by file system > The patches look sane. > --- > include/linux/buffer_head.h | 29 +++

[PATCH 1/4] Add buffer head related helper functions

2007-11-15 Thread Aneesh Kumar K.V
Add buffer head related helper function bh_uptodate_or_lock and bh_submit_read which can be used by file system Signed-off-by: Aneesh Kumar K.V <[EMAIL PROTECTED]> --- include/linux/buffer_head.h | 29 + 1 files changed, 29 insertions(+), 0 deletions(-) diff --git a