diff options
| author | 2016-06-07 14:34:22 -0700 | |
|---|---|---|
| committer | 2016-06-13 11:55:25 -0700 | |
| commit | c92737ceecaf24643cc58182afdf9b13074cfb0d (patch) | |
| tree | 064b882effce88b850413ebf231aeb24ea4c2f8f /tools/perf/scripts/python/syscall-counts-by-pid.py | |
| parent | f2fs: introduce mode=lfs mount option (diff) | |
| download | linux-dev-c92737ceecaf24643cc58182afdf9b13074cfb0d.tar.xz linux-dev-c92737ceecaf24643cc58182afdf9b13074cfb0d.zip | |
f2fs: fix deadlock in add_link failure
mkdir sync_dirty_inode
- init_inode_metadata
- lock_page(node)
- make_empty_dir
- filemap_fdatawrite()
- do_writepages
- lock_page(data)
- write_page(data)
- lock_page(node)
- f2fs_init_acl
- error
- truncate_inode_pages
- lock_page(data)
So, we don't need to truncate data pages in this error case, which will
be done by f2fs_evict_inode.
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions
