From: kalpak Date: Sat, 15 Sep 2007 07:14:43 +0000 (+0000) Subject: b=13610 X-Git-Tag: v1_8_0_110~1203 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=f683b742a248102dcd530ac37cfc614179f6b35b;p=fs%2Flustre-release.git b=13610 Fix typo in last commit. --- diff --git a/lustre/lvfs/fsfilt_ext3.c b/lustre/lvfs/fsfilt_ext3.c index 7f54e23..1aa12a4 100644 --- a/lustre/lvfs/fsfilt_ext3.c +++ b/lustre/lvfs/fsfilt_ext3.c @@ -981,9 +981,9 @@ static int ext3_ext_new_extent_cb(struct ext3_ext_base *base, #else static int ext3_ext_new_extent_cb(struct ext3_ext_base *base, struct ext3_ext_path *path, - struct ext3_ext_cache *cex, + struct ext3_ext_cache *cex #ifdef HAVE_EXT_PREPARE_CB_EXTENT - struct ext3_extent *ex + , struct ext3_extent *ex #endif ) {