[PATCH 20/25] ncpfs: 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: Petr Vandrovec Acked-by: Petr Vandrovec Reviewed-by: Christoph Hellwig Signed-off-by: Jan Kara

Re: [PATCH 20/25] ncpfs: Convert to separately allocated bdi

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

[PATCH 20/25] ncpfs: 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: Petr Vandrovec Acked-by: Petr Vandrovec Signed-off-by: Jan Kara --- fs/ncpfs/inode.c | 8