From: kalpak Date: Thu, 13 Sep 2007 11:35:05 +0000 (+0000) Subject: b=10555 X-Git-Tag: v1_8_0_110~1220 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1417f27738d47d4b5ef7a5d76bc41a72f28ce6b4;p=fs%2Flustre-release.git b=10555 Use correct structure name. --- diff --git a/lustre/lvfs/fsfilt_ext3.c b/lustre/lvfs/fsfilt_ext3.c index 8c9aa8a..1e2908b 100644 --- a/lustre/lvfs/fsfilt_ext3.c +++ b/lustre/lvfs/fsfilt_ext3.c @@ -972,7 +972,7 @@ static unsigned long new_blocks(handle_t *handle, struct ext3_ext_base *base, static int ext3_ext_new_extent_cb(struct ext3_ext_base *base, struct ext3_ext_path *path, struct ext3_ext_cache *cex, - struct ext3_extents *ex, + struct ext3_extent *ex, void *cbdata) { struct bpointers *bp = cbdata;