diff options
author | Theodore Ts'o <tytso@mit.edu> | 2016-01-08 16:00:31 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-01-08 16:00:31 -0500 |
commit | 56a04915df4e85b34b1c1613c64b87dd2283c26a (patch) | |
tree | 918970d90b7a276a503acd6fa9a3304f590e632c /fs/ext4/ialloc.c | |
parent | db7730e3091a52c2fcd8fcc952b964d88998e675 (diff) | |
download | op-kernel-dev-56a04915df4e85b34b1c1613c64b87dd2283c26a.zip op-kernel-dev-56a04915df4e85b34b1c1613c64b87dd2283c26a.tar.gz |
ext4 crypto: simplify interfaces to directory entry insert functions
A number of functions include ext4_add_dx_entry, make_indexed_dir,
etc. are being passed a dentry even though the only thing they use is
the containing parent. We can shrink the code size slightly by making
this replacement. This will also be useful in cases where we don't
have a dentry as the argument to the directory entry insert functions.
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ialloc.c')
0 files changed, 0 insertions, 0 deletions