summaryrefslogtreecommitdiffstats
path: root/fs/ext4/inode.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2008-07-12 01:27:31 +0200
committerTheodore Ts'o <tytso@mit.edu>2008-07-12 01:27:31 +0200
commitc7d206b3379f7d6462e778b74f475c470ee3dcaf (patch)
tree71d11797c72e2e4ee04e6690c048fd26f25ae90d /fs/ext4/inode.c
parentext4: Use page_mkwrite vma_operations to get mmap write notification. (diff)
downloadlinux-c7d206b3379f7d6462e778b74f475c470ee3dcaf.tar.xz
linux-c7d206b3379f7d6462e778b74f475c470ee3dcaf.zip
vfs: Move mark_inode_dirty() from under page lock in generic_write_end()
There's no need to call mark_inode_dirty() under page lock in generic_write_end(). It unnecessarily makes hold time of page lock longer and more importantly it forces locking order of page lock and transaction start for journaling filesystems. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/inode.c')
0 files changed, 0 insertions, 0 deletions