aboutsummaryrefslogtreecommitdiff
path: root/fs/ext4/mballoc.c
diff options
context:
space:
mode:
authorGravatar Daeho Jeong <daeho.jeong@samsung.com> 2016-04-25 23:22:35 -0400
committerGravatar Theodore Ts'o <tytso@mit.edu> 2016-04-25 23:22:35 -0400
commitc8585c6fcaf2011de54c3592e80a634a2b9e1a7f (patch)
tree66b440a3e710ab4b63ae20200735a594bffb74cd /fs/ext4/mballoc.c
parentext4: handle unwritten or delalloc buffers before enabling data journaling (diff)
downloadlinux-c8585c6fcaf2011de54c3592e80a634a2b9e1a7f.tar.gz
linux-c8585c6fcaf2011de54c3592e80a634a2b9e1a7f.tar.bz2
linux-c8585c6fcaf2011de54c3592e80a634a2b9e1a7f.zip
ext4: fix races between changing inode journal mode and ext4_writepages
In ext4, there is a race condition between changing inode journal mode and ext4_writepages(). While ext4_writepages() is executed on a non-journalled mode inode, the inode's journal mode could be enabled by ioctl() and then, some pages dirtied after switching the journal mode will be still exposed to ext4_writepages() in non-journaled mode. To resolve this problem, we use fs-wide per-cpu rw semaphore by Jan Kara's suggestion because we don't want to waste ext4_inode_info's space for this extra rare case. Signed-off-by: Daeho Jeong <daeho.jeong@samsung.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu> Reviewed-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'fs/ext4/mballoc.c')
0 files changed, 0 insertions, 0 deletions