--- fs/reiser4/context.h | 3 +++ 1 file changed, 3 insertions(+) Index: linux-2.6.37/fs/reiser4/context.h =================================================================== --- linux-2.6.37.orig/fs/reiser4/context.h +++ linux-2.6.37/fs/reiser4/context.h @@ -147,10 +147,13 @@ static inline reiser4_context *get_curre static inline gfp_t reiser4_ctx_gfp_mask_get(void) { +#if 0 reiser4_context *ctx; ctx = get_current_context_check(); return (ctx == NULL) ? GFP_KERNEL : ctx->gfp_mask; +#endif + return GFP_NOFS; } void reiser4_ctx_gfp_mask_set(void);