f2fs: fix fsync_inode list addition logic and avoid invalid access to memory
[platform/adaptation/renesas_rcar/renesas_kernel.git] / fs / cachefiles / internal.h
index bd6bc1b..4938251 100644 (file)
@@ -23,6 +23,8 @@ extern unsigned cachefiles_debug;
 #define CACHEFILES_DEBUG_KLEAVE        2
 #define CACHEFILES_DEBUG_KDEBUG        4
 
+#define cachefiles_gfp (__GFP_WAIT | __GFP_NORETRY | __GFP_NOMEMALLOC)
+
 /*
  * node records
  */