From f098360081eed30804863eabce5436181d7c4bae Mon Sep 17 00:00:00 2001 From: Andrew Perepechko Date: Fri, 17 Dec 2010 03:32:35 +0300 Subject: [PATCH] fix the formatting in filter_do_bio --- lustre/obdfilter/filter_io_26.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/obdfilter/filter_io_26.c b/lustre/obdfilter/filter_io_26.c index edda65f..c24a45b 100644 --- a/lustre/obdfilter/filter_io_26.c +++ b/lustre/obdfilter/filter_io_26.c @@ -398,8 +398,8 @@ int filter_do_bio(struct obd_export *exp, struct inode *inode, /* allocate new bio, limited by max BIO size, b=9945 */ bio = bio_alloc(GFP_NOIO, max(BIO_MAX_PAGES, - (npages - page_idx) * - blocks_per_page)); + (npages - page_idx) * + blocks_per_page)); if (bio == NULL) { CERROR("Can't allocate bio %u*%u = %u pages\n", (npages - page_idx), blocks_per_page, -- 1.8.3.1