Whamcloud - gitweb
fix the formatting in filter_do_bio
authorAndrew Perepechko <andrew.perepechko@oracle.com>
Fri, 17 Dec 2010 00:32:35 +0000 (03:32 +0300)
committerAndrew Perepechko <andrew.perepechko@oracle.com>
Fri, 17 Dec 2010 00:32:35 +0000 (03:32 +0300)
lustre/obdfilter/filter_io_26.c

index edda65f..c24a45b 100644 (file)
@@ -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,