]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - drivers/md/dm.c
[PATCH] Unlinline a bunch of other functions
[mirror_ubuntu-artful-kernel.git] / drivers / md / dm.c
index 097d1e540090bcf50b703be7d83a7c7f76a49d97..8c16359f8b0189c5a77d6eb19106ceb21231c0ce 100644 (file)
@@ -293,7 +293,7 @@ struct dm_table *dm_get_table(struct mapped_device *md)
  * Decrements the number of outstanding ios that a bio has been
  * cloned into, completing the original io if necc.
  */
-static inline void dec_pending(struct dm_io *io, int error)
+static void dec_pending(struct dm_io *io, int error)
 {
        if (error)
                io->error = error;