[PATCH] Unlinline a bunch of other functions
[linux-2.6-block.git] / drivers / block / loop.c
index 864729046e22ac4dbe9e39efc30131bf5f8e4216..5f6d1a5cce11fc3bebdf1f0ab29c875db7850e09 100644 (file)
@@ -294,7 +294,7 @@ fail:
  * This helper just factors out common code between do_lo_send_direct_write()
  * and do_lo_send_write().
  */
-static inline int __do_lo_send_write(struct file *file,
+static int __do_lo_send_write(struct file *file,
                u8 __user *buf, const int len, loff_t pos)
 {
        ssize_t bw;