]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/linux/jbd.h
[PATCH] gfp flags annotations - part 1
[mirror_ubuntu-artful-kernel.git] / include / linux / jbd.h
index de097269bd7f00596f6da5059876e6d7305c1c56..ff853b3173c6545a189da4c1ddd04a055c5218a0 100644 (file)
@@ -935,7 +935,7 @@ void journal_put_journal_head(struct journal_head *jh);
  */
 extern kmem_cache_t *jbd_handle_cache;
 
-static inline handle_t *jbd_alloc_handle(unsigned int __nocast gfp_flags)
+static inline handle_t *jbd_alloc_handle(gfp_t gfp_flags)
 {
        return kmem_cache_alloc(jbd_handle_cache, gfp_flags);
 }