[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:41918] Re: cramfs initrd patch の「本当の」在処 (was Re: module 化されたドライバに係るファイルシステムの自動 mount)



上川です.


> apt-get install kernel-source-2.4.* としても、既にパッチが当たった
> カーネルソースしか入手できず、 apt-get source kernel-source-2.4.*
> としても、単独で cramfs patch として入手できません。

2.4.27のdiff.gzをみたら,下記ファイルがありました.これですか?
#本当にこんなに短いの?

--- kernel-source-2.4.27-2.4.27.orig/debian/patches/032_cramfs_initrd.diff
+++ kernel-source-2.4.27-2.4.27/debian/patches/032_cramfs_initrd.diff
@@ -0,0 +1,13 @@
+diff -urN kernel-source-2.4.22-2.4.22.orig/fs/cramfs/inode.c kernel-source-2.4.22-2.4.22/fs/cramfs/inode.c
+--- kernel-source-2.4.22-2.4.22.orig/fs/cramfs/inode.c 2002-08-03 10:39:45.000000000 +1000
++++ kernel-source-2.4.22-2.4.22/fs/cramfs/inode.c      2002-08-30 20:40:16.000000000 +1000
+@@ -54,6 +54,9 @@
+               inode->i_blksize = PAGE_CACHE_SIZE;
+               inode->i_gid = cramfs_inode->gid;
+               inode->i_ino = CRAMINO(cramfs_inode);
++              inode->i_atime = 0;
++              inode->i_mtime = 0;
++              inode->i_ctime = 0;
+               /* inode->i_nlink is left 1 - arguably wrong for directories,
+                  but it's the best we can do without reading the directory
+                  contents.  1 yields the right result in GNU find, even



-- 
上川 純一 Junichi Uekawa, Debian Developer
http://www.netfort.gr.jp/~dancer/