Re: 2.6.11-mm4

From: Brice Goglin
Date: Wed Mar 16 2005 - 09:39:42 EST


Andrew Morton a écrit :
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.11/2.6.11-mm4/

- fbdev update

- percfctr updates

- Lots of ppc32/ppc64 things

- Broken on some ia64 machines. We're still working through fallout from
the recent pagetable walking consolidation patches.

Hi Andrew,

NTFS does not compile if CONFIG_NTFS_RW is not set.
Patch is attached.

Note I used NTFS_RW as the rest of the NTFS code does.
Don't know whether CONFIG_NTFS_RW preferred.

Regards,

Brice


Signed-off-by: Brice Goglin <Brice.Goglin@xxxxxxxxxxxx>


--- linux-test/fs/ntfs/attrib.c.old 2005-03-16 15:26:13.000000000 +0100
+++ linux-test/fs/ntfs/attrib.c 2005-03-16 15:27:14.000000000 +0100
@@ -1229,6 +1229,7 @@
return 0;
}

+#ifdef NTFS_RW
/**
* ntfs_attr_make_non_resident - convert a resident to a non-resident attribute
* @ni: ntfs inode describing the attribute to convert
@@ -1535,6 +1536,7 @@
err = -EIO;
return err;
}
+#endif /* NTFS_RW */

/**
* ntfs_attr_set - fill (a part of) an attribute with a byte
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/