commit | ddce3b94715ca5a19a107cd7c1d89fea177d2454 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Jun 21 16:31:47 2019 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Jun 21 16:31:47 2019 -0400 |
tree | 16f8f2eaf0e29fa678f1fbf12a70dd725173425b | |
parent | f036adb39976467cf57f577490269594994f9eb4 [diff] |
ext4: refactor initialize_dirent_tail() Move the calculation of the location of the dirent tail into initialize_dirent_tail(). Also prefix the function with ext4_ to fix kernel namepsace polution. Signed-off-by: Theodore Ts'o <tytso@mit.edu>