diff options
author | Michael Halcrow <mhalcrow@google.com> | 2015-04-11 14:46:49 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2015-04-11 14:46:49 +0300 |
commit | e875a2ddba06ff8e84d4ce1c2bf69b67e4bf3678 (patch) | |
tree | ba6b2c75e715cf1a399c3c5e0706d91c39217114 /fs/ext4/ext4.h | |
parent | b17655fb7f4a1d27c1e50dcc28268612da944a54 (diff) | |
download | linux-e875a2ddba06ff8e84d4ce1c2bf69b67e4bf3678.tar.xz |
ext4 crypto: export ext4_empty_dir()
Required for future encryption xattr changes.
Signed-off-by: Michael Halcrow <mhalcrow@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index e1683829b2b5..180111de2302 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -2199,6 +2199,7 @@ extern int ext4_generic_delete_entry(handle_t *handle, void *entry_buf, int buf_size, int csum_size); +extern int ext4_empty_dir(struct inode *inode); /* resize.c */ extern int ext4_group_add(struct super_block *sb, |