Linux NILFS development
 help / color / mirror / Atom feed
* Kernel patch
@ 2009-05-07 10:46 volkov-6IceoeoMUCicTuHFI/JV5w
  2009-05-13  7:34 ` Ryusuke Konishi
  0 siblings, 1 reply; 2+ messages in thread
From: volkov-6IceoeoMUCicTuHFI/JV5w @ 2009-05-07 10:46 UTC (permalink / raw)
  To: users-JrjvKiOkagjYtjvyW6yDsg

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]

New patch is attached
(for 2.6.28 linux kernel)


INSTALL:
========================================================
# cd /usr/src/

save patch_nilfs

# wget 
https://www.nilfs.org/download/nilfs-2.0.12.tar.bz2
# tar -jxf nilfs-2.0.12.tar.bz2
# mv nilfs-2.0.12/fs linux/fs/nilfs
# rm -rf milfs-2.0.12
# cd linux
# patch -p 1 <../patch_nilfs
# make menuconfig

File systems  --->           
 <*> NILFS 

# make
# make install
========================================================


Oleg Volkov


[-- Attachment #2: patch_nilfs --]
[-- Type: text/x-patch, Size: 783 bytes --]

--- linux-2.6.28-gentoo-r5/fs/Kconfig	2009-05-02 10:14:13.370800000 +0400
+++ linux-2.6.28-gentoo-r5-nilfs/fs/Kconfig	2009-05-02 10:09:16.617795207 +0400
@@ -6,6 +6,11 @@
 
 if BLOCK
 
+config NILFS
+	tristate "NILFS"
+	help
+	  NILFS
+ 	  
 source "fs/ext2/Kconfig"
 source "fs/ext3/Kconfig"
 source "fs/ext4/Kconfig"
--- linux-2.6.28-gentoo-r5/fs/Makefile	2009-05-02 10:14:13.370800000 +0400
+++ linux-2.6.28-gentoo-r5-nilfs/fs/Makefile	2009-05-02 10:20:46.679359767 +0400
@@ -69,6 +69,7 @@
 obj-$(CONFIG_DLM)		+= dlm/
  
 # Do not add any filesystems before this line
+obj-$(CONFIG_NILFS)		+= nilfs/
 obj-$(CONFIG_REISERFS_FS)	+= reiserfs/
 obj-$(CONFIG_EXT3_FS)		+= ext3/ # Before ext2 so root fs can be ext3
 obj-$(CONFIG_EXT4_FS)		+= ext4/ # Before ext2 so root fs can be ext4

[-- Attachment #3: Type: text/plain, Size: 158 bytes --]

_______________________________________________
users mailing list
users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org
https://www.nilfs.org/mailman/listinfo/users

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-05-13  7:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-07 10:46 Kernel patch volkov-6IceoeoMUCicTuHFI/JV5w
2009-05-13  7:34 ` Ryusuke Konishi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox