Subversion Repositories livecd

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
36 beyerle@PS 1
--- unionfs-1.4.ori/unionfs.h	2006-11-05 00:56:59.000000000 +0100
2
+++ unionfs-1.4/unionfs.h	2007-01-09 17:46:28.000000000 +0100
3
@@ -3,7 +3,6 @@
4
 
5
 #ifdef __KERNEL__
6
 
7
-#include <linux/config.h>
8
 #include <linux/version.h>
9
 #include <linux/sched.h>
10
 #include <linux/kernel.h>
11
@@ -517,7 +516,6 @@
12
 	dest->i_atime = src->i_atime;
13
 	dest->i_mtime = src->i_mtime;
14
 	dest->i_ctime = src->i_ctime;
15
-	dest->i_blksize = src->i_blksize;
16
 	dest->i_blkbits = src->i_blkbits;
17
 	dest->i_size = src->i_size;
18
 	dest->i_blocks = src->i_blocks;