orig: total: 3 errors, 1 warnings, 68 lines checked patched:Your patch has no obvious style problems and is ready for submission.
Signed-off-by: Dushan Tcholich <dusanc@xxxxxxxxx> --- page_cache.h.orig 2007-10-25 15:50:17.000000000 +0200 +++ page_cache.h 2007-10-25 15:52:28.000000000 +0200 @@ -2,7 +2,7 @@ * reiser4/README */ /* Memory pressure hooks. Fake inodes handling. See page_cache.c. */ -#if !defined( __REISER4_PAGE_CACHE_H__ ) +#if !defined(__REISER4_PAGE_CACHE_H__) #define __REISER4_PAGE_CACHE_H__ #include "forward.h" @@ -38,7 +38,7 @@ extern void reiser4_invalidate_pages(str unsigned long count, int even_cows); extern void capture_reiser4_inodes(struct super_block *, struct writeback_control *); -static inline void * reiser4_vmalloc (unsigned long size) +static inline void *reiser4_vmalloc(unsigned long size) { return __vmalloc(size, reiser4_ctx_gfp_mask_get() | __GFP_HIGHMEM,