patch-2.4.10 linux/fs/reiserfs/resize.c

Next file: linux/fs/reiserfs/stree.c
Previous file: linux/fs/reiserfs/prints.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.9/linux/fs/reiserfs/resize.c linux/fs/reiserfs/resize.c
@@ -8,8 +8,6 @@
  * The kernel part of the (on-line) reiserfs resizer.
  */
 
-#ifdef __KERNEL__
-
 #include <linux/kernel.h>
 #include <linux/vmalloc.h>
 #include <linux/locks.h>
@@ -17,12 +15,6 @@
 #include <linux/errno.h>
 #include <linux/reiserfs_fs.h>
 #include <linux/reiserfs_fs_sb.h>
-
-#else
-
-#include "nokernel.h"
-
-#endif
 
 int reiserfs_resize (struct super_block * s, unsigned long block_count_new)
 {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)