Loading drivers/md/dm-bufio.c +0 −3 Original line number Diff line number Diff line Loading @@ -529,9 +529,6 @@ static struct dm_buffer *list_to_buffer(struct list_head *l) { struct lru_entry *le = list_entry(l, struct lru_entry, list); if (!le) return NULL; return le_to_buffer(le); } Loading Loading
drivers/md/dm-bufio.c +0 −3 Original line number Diff line number Diff line Loading @@ -529,9 +529,6 @@ static struct dm_buffer *list_to_buffer(struct list_head *l) { struct lru_entry *le = list_entry(l, struct lru_entry, list); if (!le) return NULL; return le_to_buffer(le); } Loading