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:
4a47c09
)
b=10555
author
kalpak
<kalpak>
Fri, 31 Aug 2007 08:49:19 +0000
(08:49 +0000)
committer
kalpak
<kalpak>
Fri, 31 Aug 2007 08:49:19 +0000
(08:49 +0000)
i=adilger, girish
Small change in ldiskfs/Makefile.in for new fiemap.h file.
Also fiemap patch chanegs the definition of ext3_prepare_callback, so effect the change in fsfilt_ext3.c.
lustre/lvfs/fsfilt_ext3.c
patch
|
blob
|
history
diff --git
a/lustre/lvfs/fsfilt_ext3.c
b/lustre/lvfs/fsfilt_ext3.c
index
40c8d7b
..
5197bbf
100644
(file)
--- a/
lustre/lvfs/fsfilt_ext3.c
+++ b/
lustre/lvfs/fsfilt_ext3.c
@@
-971,13
+971,15
@@
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,
void *cbdata)
{
struct bpointers *bp = cbdata;
#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,
+ struct ext3_extent *ex)
{
struct bpointers *bp = base->private;
#endif