diff options
| author | Jiro SEKIBA <[email protected]> | 2009-11-27 19:41:10 +0900 |
|---|---|---|
| committer | Ryusuke Konishi <[email protected]> | 2009-11-27 20:05:15 +0900 |
| commit | 4cd76c3c930993cf70657775bb521cad006e37b4 (patch) | |
| tree | f29b80420e2214d08785580f11e400728750d10a /tools/perf/scripts/python | |
| parent | 17491472769abbf4dac694d96c65eed5a7e1c81c (diff) | |
nilfs2: split nilfs_unlink as nilfs_do_unlink and nilfs_unlink
Split nilfs_unlink() to reduce nested transaction and duplicate
mark_inode_dirty() calls when calling nilfs_unlink() from nilfs_rmdir().
nilfs_do_unlink() is an actual unlink functionality which is not
in transaction and does not call mark_inode_dirty() for dentry argument.
nilfs_unlink() is a wrapper function for do_nilfs_unlink() with
transaction and mark_inode_dirty() for dentry argument.
Signed-off-by: Jiro SEKIBA <[email protected]>
Signed-off-by: Ryusuke Konishi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions