Re: [PATCHv7 0/5] ext4: stop using write_supers and s_dirt

2012-07-22 Thread Theodore Ts'o
On Wed, Jul 11, 2012 at 04:46:39PM +0300, Artem Bityutskiy wrote: > This patch-set makes ext4 file-system stop using the VFS '->write_supers()' > call-back and the '->s_dirt' superblock field because I plan to remove them > once all users are gone. I've applied this patch series, thanks.

Re: [PATCHv7 0/5] ext4: stop using write_supers and s_dirt

2012-07-11 Thread Artem Bityutskiy
On Wed, 2012-07-11 at 16:46 +0300, Artem Bityutskiy wrote: > This patch-set makes ext4 file-system stop using the VFS '->write_supers()' > call-back and the '->s_dirt' superblock field because I plan to remove them > once all users are gone. Hi Ted, is there any chance for this stuff to hit 3.6?

[PATCHv7 0/5] ext4: stop using write_supers and s_dirt

2012-07-11 Thread Artem Bityutskiy
This patch-set makes ext4 file-system stop using the VFS '->write_supers()' call-back and the '->s_dirt' superblock field because I plan to remove them once all users are gone. What we do in this patch-set is we notice that ext4 does not really needed the 'write_super()' functionality and we can r