udf: Remove GFP_NOFS allocation in udf_expand_file_adinicb()
[linux-2.6-block.git] / fs / udf / inode.c
index d8493449d4c57298c284d826ff59c7c0b361087b..2f831a3a91afe38351c5a16bf2e5138fda9e19d1 100644 (file)
@@ -357,7 +357,7 @@ int udf_expand_file_adinicb(struct inode *inode)
                return 0;
        }
 
-       page = find_or_create_page(inode->i_mapping, 0, GFP_NOFS);
+       page = find_or_create_page(inode->i_mapping, 0, GFP_KERNEL);
        if (!page)
                return -ENOMEM;