Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/fs/inode.c |    4 ----
 1 files changed, 4 deletions(-)

diff -puN fs/inode.c~reiser4-allow-drop_inode-implementation-cleanup fs/inode.c
--- 25/fs/inode.c~reiser4-allow-drop_inode-implementation-cleanup	Wed Aug 18 16:47:56 2004
+++ 25-akpm/fs/inode.c	Wed Aug 18 16:48:39 2004
@@ -181,10 +181,8 @@ void destroy_inode(struct inode *inode) 
 	else
 		kmem_cache_free(inode_cachep, (inode));
 }
-
 EXPORT_SYMBOL(destroy_inode);
 
-
 /*
  * These are initializations that only need to be done
  * once, because the fields are idempotent across use
@@ -1054,7 +1052,6 @@ void generic_forget_inode(struct inode *
 	clear_inode(inode);
 	destroy_inode(inode);
 }
-
 EXPORT_SYMBOL(generic_forget_inode);
 
 /*
@@ -1328,7 +1325,6 @@ void wake_up_inode(struct inode *inode)
 	if (waitqueue_active(wq))
 		wake_up_all(wq);
 }
-
 EXPORT_SYMBOL(wake_up_inode);
 
 static __initdata unsigned long ihash_entries;
_