[PATCH 14/25] coda: Convert to separately allocated bdi

2017-04-12 Thread Jan Kara
Allocate struct backing_dev_info separately instead of embedding it inside the superblock. This unifies handling of bdi among users. CC: Jan Harkes CC: c...@cs.cmu.edu CC: codal...@coda.cs.cmu.edu Reviewed-by: Christoph Hellwig Signed-off-by: Jan Kara

Re: [PATCH 14/25] coda: Convert to separately allocated bdi

2017-04-12 Thread Christoph Hellwig
Looks good, Reviewed-by: Christoph Hellwig

[PATCH 14/25] coda: Convert to separately allocated bdi

2017-03-29 Thread Jan Kara
Allocate struct backing_dev_info separately instead of embedding it inside the superblock. This unifies handling of bdi among users. CC: Jan Harkes CC: c...@cs.cmu.edu CC: codal...@coda.cs.cmu.edu Signed-off-by: Jan Kara --- fs/coda/inode.c| 11