diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-17 16:08:53 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-06-29 12:56:40 +0400 |
commit | 725bebb27882ae617d50776cc8b6cacd84481c91 (patch) | |
tree | 5a5cf7f5133820a3b2defcc545453aa7f8dbf04a /fs/ext4/ext4.h | |
parent | 4deb398a1b57aeaa246df5b54a68c6123b8b727f (diff) | |
download | linux-725bebb27882ae617d50776cc8b6cacd84481c91.tar.bz2 |
[readdir] convert ext4
and trim the living hell out bogosities in inline dir case
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 5aae3d12d400..4af03ea84aa3 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -2515,7 +2515,7 @@ extern int ext4_try_create_inline_dir(handle_t *handle, struct inode *parent, struct inode *inode); extern int ext4_read_inline_dir(struct file *filp, - void *dirent, filldir_t filldir, + struct dir_context *ctx, int *has_inline_data); extern int htree_inlinedir_to_tree(struct file *dir_file, struct inode *dir, ext4_lblk_t block, |