Updated to 2.6.32.27
/fs/dlm/debug_fs.c
blob:1c8bb8c3a82efd92519c16e0a01088e9bf9bf5bf -> blob:375a2359b3bfa526fd6c4950a024dfd83ce98d56
--- fs/dlm/debug_fs.c
+++ fs/dlm/debug_fs.c
@@ -404,7 +404,7 @@ static void *table_seq_start(struct seq_
if (bucket >= ls->ls_rsbtbl_size)
return NULL;
- ri = kzalloc(sizeof(struct rsbtbl_iter), GFP_KERNEL);
+ ri = kzalloc(sizeof(struct rsbtbl_iter), GFP_NOFS);
if (!ri)
return NULL;
if (n == 0)