Skip to content
Snippets Groups Projects
Commit de84b44f authored by kalpak's avatar kalpak
Browse files

b=10555

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.
parent 4a47c092
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment