summaryrefslogtreecommitdiffstats
path: root/fs/char_dev.c
diff options
context:
space:
mode:
authorWanpeng Li <wanpeng.li@linux.intel.com>2015-02-27 08:56:16 +0100
committerJaegeuk Kim <jaegeuk@kernel.org>2015-04-11 00:08:28 +0200
commit2bda542d59f970b61095bd8205c6c76062f286e3 (patch)
tree2dbae96c6d3b724fe484db3b90e15e2b1b8717fc /fs/char_dev.c
parentf2fs: check its block allocation to avoid producing wrong dirty pages (diff)
downloadlinux-2bda542d59f970b61095bd8205c6c76062f286e3.tar.xz
linux-2bda542d59f970b61095bd8205c6c76062f286e3.zip
f2fs: fix block_ops trace point
block operations is used to flush all dirty node and dentry blocks in the page cache and suspend ordinary writing activities, however, there are some facts such like cp error or mount read-only etc which lead to block operations can't be invoked. Current trace point print block_ops start premature even if block_ops doesn't have opportunity to execute. This patch fix it by move block_ops trace point just before block_ops. Signed-off-by: Wanpeng Li <wanpeng.li@linux.intel.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'fs/char_dev.c')
0 files changed, 0 insertions, 0 deletions