diff options
author | 2020-09-25 11:10:20 -0700 | |
---|---|---|
committer | 2020-09-25 11:34:08 -0700 | |
commit | c9c626b354dca9ad59f46a5feba6c4f6c22b5a1c (patch) | |
tree | f92eb935ee1fcde2fcb402a2d41e516d5febbfd6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | xfs: avoid shared rmap operations for attr fork extents (diff) | |
download | wireguard-linux-c9c626b354dca9ad59f46a5feba6c4f6c22b5a1c.tar.xz wireguard-linux-c9c626b354dca9ad59f46a5feba6c4f6c22b5a1c.zip |
xfs: directly call xfs_generic_create() for ->create() and ->mkdir()
The current create and mkdir handlers both call the xfs_vn_mknod()
which is a wrapper routine around xfs_generic_create() function.
Actually the create and mkdir handlers can directly call
xfs_generic_create() function and reduce the call chain.
Signed-off-by: Kaixu Xia <kaixuxia@tencent.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions