diff options
author | Harshad Shirwadkar <harshadshirwadkar@gmail.com> | 2020-11-05 19:58:53 -0800 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2020-11-06 23:01:02 -0500 |
commit | a80f7fcf18672ae4971a6b713b58c0d389aa99fe (patch) | |
tree | 9e9ab960e54314d25f53970faf07dad997ba74a1 /fs/ext4/fsmap.c | |
parent | 5b552ad70c6197e764ffe6070089c5b355fe2d26 (diff) | |
download | lwn-a80f7fcf18672ae4971a6b713b58c0d389aa99fe.tar.gz lwn-a80f7fcf18672ae4971a6b713b58c0d389aa99fe.zip |
ext4: fixup ext4_fc_track_* functions' signature
Firstly, pass handle to all ext4_fc_track_* functions and use
transaction id found in handle->h_transaction->h_tid for tracking fast
commit updates. Secondly, don't pass inode to
ext4_fc_track_link/create/unlink functions. inode can be found inside
these functions as d_inode(dentry). However, rename path is an
exeception. That's because in that case, we need inode that's not same
as d_inode(dentry). To handle that, add a couple of low-level wrapper
functions that take inode and dentry as arguments.
Suggested-by: Jan Kara <jack@suse.cz>
Signed-off-by: Harshad Shirwadkar <harshadshirwadkar@gmail.com>
Link: https://lore.kernel.org/r/20201106035911.1942128-5-harshadshirwadkar@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/fsmap.c')
0 files changed, 0 insertions, 0 deletions