]> Git Repo - linux.git/blobdiff - include/linux/fs.h
usbnet: remove noisy and hardly useful printk
[linux.git] / include / linux / fs.h
index 7d94b72f034635c06e6bf623d9e13039d3b55b94..e5106e49bd2ccce31cad95a2fe5f30efb5233dae 100644 (file)
@@ -416,7 +416,8 @@ struct buffer_head;
 typedef int (get_block_t)(struct inode *inode, sector_t iblock,
                        struct buffer_head *bh_result, int create);
 typedef void (dio_iodone_t)(struct kiocb *iocb, loff_t offset,
-                       ssize_t bytes, void *private);
+                       ssize_t bytes, void *private, int ret,
+                       bool is_async);
 
 /*
  * Attribute flags.  These should be or-ed together to figure out what
This page took 0.035742 seconds and 4 git commands to generate.