]> err.no Git - linux-2.6/blobdiff - fs/xfs/xfs_filestream.c
powerpc: Only make kernel text pages of linear mapping executable
[linux-2.6] / fs / xfs / xfs_filestream.c
index 3f3785b10804a1d9b00bcfad52091e4547f53934..f3bb75da384e0919d30b6ba4722875ffe5736da3 100644 (file)
@@ -397,10 +397,12 @@ int
 xfs_filestream_init(void)
 {
        item_zone = kmem_zone_init(sizeof(fstrm_item_t), "fstrm_item");
+       if (!item_zone)
+               return -ENOMEM;
 #ifdef XFS_FILESTREAMS_TRACE
-       xfs_filestreams_trace_buf = ktrace_alloc(XFS_FSTRM_KTRACE_SIZE, KM_SLEEP);
+       xfs_filestreams_trace_buf = ktrace_alloc(XFS_FSTRM_KTRACE_SIZE, KM_NOFS);
 #endif
-       return item_zone ? 0 : -ENOMEM;
+       return 0;
 }
 
 /*