Files
android_kernel_fxtec_sm6115/include/linux
Tejun Heo 46b15caa7c vfs, writeback: replace FS_CGROUP_WRITEBACK with SB_I_CGROUPWB
FS_CGROUP_WRITEBACK indicates whether a file_system_type supports
cgroup writeback; however, different super_blocks of the same
file_system_type may or may not support cgroup writeback depending on
filesystem options.  This patch replaces FS_CGROUP_WRITEBACK with a
per-super_block flag.

super_block->s_flags carries some internal flags in the high bits but
it's exposd to userland through uapi header and running out of space
anyway.  This patch adds a new field super_block->s_iflags to carry
kernel-internal flags.  It is currently only used by the new
SB_I_CGROUPWB flag whose concatenated and abbreviated name is for
consistency with other super_block flags.

ext2_fill_super() is updated to set SB_I_CGROUPWB.

v2: Added super_block->s_iflags instead of stealing another high bit
    from sb->s_flags as suggested by Christoph and Jan.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: linux-fsdevel@vger.kernel.org
Cc: Christoph Hellwig <hch@infradead.org>
Cc: Jan Kara <jack@suse.cz>
Cc: linux-ext4@vger.kernel.org
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
2015-06-17 12:47:39 -06:00
..
2014-09-22 16:48:47 +09:00
2015-03-29 16:17:10 +01:00
2015-01-29 10:49:28 +02:00
2012-12-02 00:05:12 +00:00
2011-03-11 14:25:50 +00:00
2015-02-12 18:54:15 -08:00
2010-08-04 11:00:45 +02:00
2014-12-19 22:55:06 +01:00
2015-03-02 16:43:41 -05:00
2014-01-16 10:23:02 +10:30
2014-10-09 11:35:48 +03:00
2014-05-20 10:30:40 +09:00
2015-04-03 16:18:02 +02:00
2008-08-02 18:36:10 +01:00
2012-03-20 12:47:48 +01:00
2013-08-28 21:35:14 -07:00
2009-04-06 16:06:26 +01:00
2015-04-14 16:49:05 -07:00
2015-03-25 11:44:52 +01:00
2015-03-31 12:04:12 +02:00
2014-01-27 21:02:39 -08:00
2014-01-25 03:14:05 -05:00
2012-12-11 17:22:27 -08:00
2015-01-25 23:17:28 -05:00
2013-10-17 00:36:06 +02:00
2011-03-31 11:26:23 -03:00
2010-02-10 17:47:17 -08:00
2015-04-11 15:53:35 -04:00
2010-08-09 16:48:44 -04:00
2015-02-13 21:21:35 -08:00
2013-04-30 15:50:12 +05:30
2005-04-16 15:20:36 -07:00
2014-06-04 16:53:56 -07:00
2012-08-21 16:28:31 +02:00
2012-10-09 16:22:32 +09:00
2005-04-16 15:20:36 -07:00
2005-04-16 15:20:36 -07:00
2014-06-04 16:53:57 -07:00