Linux NILFS development
 help / color / mirror / Atom feed
From: "volkov-6IceoeoMUCicTuHFI/JV5w@public.gmane.org" <volkov-6IceoeoMUCicTuHFI/JV5w@public.gmane.org>
To: users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org
Subject: Kernel patch
Date: Thu, 07 May 2009 14:46:00 +0400	[thread overview]
Message-ID: <1241693160.5315.20.camel@flot-flash> (raw)

[-- 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

             reply	other threads:[~2009-05-07 10:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-07 10:46 volkov-6IceoeoMUCicTuHFI/JV5w [this message]
2009-05-13  7:34 ` Kernel patch Ryusuke Konishi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1241693160.5315.20.camel@flot-flash \
    --to=volkov-6iceoeomucictuhfi/jv5w@public.gmane.org \
    --cc=users-JrjvKiOkagjYtjvyW6yDsg@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox