backing_dev_info cleanups & lifetime rule fixes V2

Christoph Hellwig hch at lst.de
Wed Jan 14 01:42:29 PST 2015


The first 8 patches are unchanged from the series posted a week ago and
cleans up how we use the backing_dev_info structure in preparation for
fixing the life time rules for it.  The most important change is to
split the unrelated nommu mmap flags from it, but it also remove a
backing_dev_info pointer from the address_space (and thus the inode)
and cleans up various other minor bits.

The remaining patches sort out the issues around bdi_unlink and now
let the bdi life until it's embedding structure is freed, which must
be equal or longer than the superblock using the bdi for writeback,
and thus gets rid of the whole mess around reassining inodes to new
bdis.

Changes since V1:
 - various minor documentation updates based on Feedback from Tejun




More information about the linux-mtd mailing list