Magellan Linux

Annotation of /trunk/shfs/patches/shfs-0.35-kernel-2.6.14.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 361 byte(s)
-import

1 niro 153 diff -Naur shfs-0.35/shfs/Linux-2.6/inode.c shfs-0.35-2.6.14/shfs/Linux-2.6/inode.c
2     --- shfs-0.35/shfs/Linux-2.6/inode.c 2004-06-01 13:16:19.000000000 +0000
3     +++ shfs-0.35-2.6.14/shfs/Linux-2.6/inode.c 2005-12-12 19:11:31.000000000 +0000
4     @@ -118,6 +118,7 @@
5     }
6     KMEM_FREE("inode", inode_cache, i);
7     out:
8     + inode->i_data.nrpages = 0;
9     clear_inode(inode);
10     }
11