Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33515a5
)
b=13610
author
kalpak
<kalpak>
Sat, 15 Sep 2007 07:14:43 +0000
(07:14 +0000)
committer
kalpak
<kalpak>
Sat, 15 Sep 2007 07:14:43 +0000
(07:14 +0000)
Fix typo in last commit.
lustre/lvfs/fsfilt_ext3.c
patch
|
blob
|
history
diff --git
a/lustre/lvfs/fsfilt_ext3.c
b/lustre/lvfs/fsfilt_ext3.c
index
7f54e23
..
1aa12a4
100644
(file)
--- 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
)
{