Re: [PATCH 17/24] fuse: Convert to separately allocated bdi

2017-02-07 Thread Jan Kara
On Tue 07-02-17 10:16:58, Miklos Szeredi wrote: > On Thu, Feb 2, 2017 at 6:34 PM, Jan Kara wrote: > > Allocate struct backing_dev_info separately instead of embedding it > > inside the superblock. This unifies handling of bdi among users. > > Acked-by: Miklos Szeredi

Re: [PATCH 17/24] fuse: Convert to separately allocated bdi

2017-02-07 Thread Miklos Szeredi
On Thu, Feb 2, 2017 at 6:34 PM, Jan Kara wrote: > Allocate struct backing_dev_info separately instead of embedding it > inside the superblock. This unifies handling of bdi among users. Acked-by: Miklos Szeredi A follow on patch could get rid of

[PATCH 17/24] fuse: Convert to separately allocated bdi

2017-02-02 Thread Jan Kara
Allocate struct backing_dev_info separately instead of embedding it inside the superblock. This unifies handling of bdi among users. CC: Miklos Szeredi CC: linux-fsde...@vger.kernel.org Signed-off-by: Jan Kara --- fs/fuse/dev.c| 8