]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/fs.h
inode: rename i_wb_list to i_io_list
[karo-tx-linux.git] / include / linux / fs.h
index 82dfc5519b4b5f3245f5ac0b946fe270ca38ac6c..34cfa60db67852fbedd24af2dcbbea124954c73d 100644 (file)
@@ -636,7 +636,7 @@ struct inode {
        unsigned long           dirtied_time_when;
 
        struct hlist_node       i_hash;
-       struct list_head        i_wb_list;      /* backing dev IO list */
+       struct list_head        i_io_list;      /* backing dev IO list */
 #ifdef CONFIG_CGROUP_WRITEBACK
        struct bdi_writeback    *i_wb;          /* the associated cgroup wb */