Whamcloud - gitweb
Modified ChangeLog entry.
[fs/lustre-release.git] / lustre / kernel_patches / patches / lustre_build.patch
1  fs/Kconfig  |    8 ++++++++
2  fs/Makefile |    1 +
3  2 files changed, 9 insertions(+)
4
5 --- linux-2.5.72/fs/Makefile~lustre_build       2003-06-16 22:20:05.000000000 -0600
6 +++ linux-2.5.72-braam/fs/Makefile      2003-06-22 10:11:57.000000000 -0600
7 @@ -57,6 +57,7 @@ obj-$(CONFIG_RAMFS)           += ramfs/
8  obj-$(CONFIG_HUGETLBFS)                += hugetlbfs/
9  obj-$(CONFIG_CODA_FS)          += coda/
10  obj-$(CONFIG_INTERMEZZO_FS)    += intermezzo/
11 +obj-$(CONFIG_LUSTRE_FS)                += lustre/
12  obj-$(CONFIG_MINIX_FS)         += minix/
13  obj-$(CONFIG_FAT_FS)           += fat/
14  obj-$(CONFIG_UMSDOS_FS)                += umsdos/
15 --- linux-2.5.72/fs/Kconfig~lustre_build        2003-06-16 22:20:05.000000000 -0600
16 +++ linux-2.5.72-braam/fs/Kconfig       2003-06-22 10:47:15.000000000 -0600
17 @@ -1561,6 +1561,14 @@ config CODA_FS
18           whenever you want), say M here and read
19           <file:Documentation/modules.txt>.  The module will be called coda.
20  
21 +config LUSTRE_FS
22 +       bool "Lustre: next generation clustering file system (EXPERIMENTAL)"
23 +       depends on INET && EXPERIMENTAL
24 +       help
25 +         Lustre is a next generation storage architecture which includes a
26 +         POSIX compliant cluster file system. For details see
27 +         <http://www.lustre.org/>.
28 +
29  config INTERMEZZO_FS
30         tristate "InterMezzo file system support (replicating fs) (EXPERIMENTAL)"
31         depends on INET && EXPERIMENTAL
32
33 _