summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorAl Viro2013-05-17 22:08:53 +0200
committerAl Viro2013-06-29 10:56:40 +0200
commit725bebb27882ae617d50776cc8b6cacd84481c91 (patch)
tree5a5cf7f5133820a3b2defcc545453aa7f8dbf04a /fs/ext4/ext4.h
parent[readdir] convert qnx6 (diff)
downloadkernel-qcow2-linux-725bebb27882ae617d50776cc8b6cacd84481c91.tar.gz
kernel-qcow2-linux-725bebb27882ae617d50776cc8b6cacd84481c91.tar.xz
kernel-qcow2-linux-725bebb27882ae617d50776cc8b6cacd84481c91.zip
[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.h2
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,