From: Andrew Perepechko Date: Fri, 17 Dec 2010 00:32:35 +0000 (+0300) Subject: fix the formatting in filter_do_bio X-Git-Tag: 1.8.5.51~8 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=f098360081eed30804863eabce5436181d7c4bae;p=fs%2Flustre-release.git fix the formatting in filter_do_bio --- 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,