Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed
--- unionfs-1.4.ori/unionfs.h 2006-11-05 00:56:59.000000000 +0100
+++ unionfs-1.4/unionfs.h 2007-01-09 17:46:28.000000000 +0100
@@ -3,7 +3,6 @@
#ifdef __KERNEL__
-#include <linux/config.h>
#include <linux/version.h>
#include <linux/sched.h>
#include <linux/kernel.h>
@@ -517,7 +516,6 @@
dest->i_atime = src->i_atime;
dest->i_mtime = src->i_mtime;
dest->i_ctime = src->i_ctime;
- dest->i_blksize = src->i_blksize;
dest->i_blkbits = src->i_blkbits;
dest->i_size = src->i_size;
dest->i_blocks = src->i_blocks;