aboutsummaryrefslogtreecommitdiffstats
path: root/fs/jfs
diff options
context:
space:
mode:
Diffstat (limited to 'fs/jfs')
-rw-r--r--fs/jfs/jfs_logmgr.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/jfs/jfs_logmgr.c b/fs/jfs/jfs_logmgr.c
index cbe48ea9318e..c57499dca89c 100644
--- a/fs/jfs/jfs_logmgr.c
+++ b/fs/jfs/jfs_logmgr.c
@@ -2005,7 +2005,6 @@ static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp)
2005 bio->bi_io_vec[0].bv_offset = bp->l_offset; 2005 bio->bi_io_vec[0].bv_offset = bp->l_offset;
2006 2006
2007 bio->bi_vcnt = 1; 2007 bio->bi_vcnt = 1;
2008 bio->bi_idx = 0;
2009 bio->bi_size = LOGPSIZE; 2008 bio->bi_size = LOGPSIZE;
2010 2009
2011 bio->bi_end_io = lbmIODone; 2010 bio->bi_end_io = lbmIODone;
@@ -2146,7 +2145,6 @@ static void lbmStartIO(struct lbuf * bp)
2146 bio->bi_io_vec[0].bv_offset = bp->l_offset; 2145 bio->bi_io_vec[0].bv_offset = bp->l_offset;
2147 2146
2148 bio->bi_vcnt = 1; 2147 bio->bi_vcnt = 1;
2149 bio->bi_idx = 0;
2150 bio->bi_size = LOGPSIZE; 2148 bio->bi_size = LOGPSIZE;
2151 2149
2152 bio->bi_end_io = lbmIODone; 2150 bio->bi_end_io = lbmIODone;