summaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2013-05-17 16:08:53 -0400
committerAl Viro <viro@zeniv.linux.org.uk>2013-06-29 12:56:40 +0400
commit725bebb27882ae617d50776cc8b6cacd84481c91 (patch)
tree5a5cf7f5133820a3b2defcc545453aa7f8dbf04a /fs/ext4/ext4.h
parent4deb398a1b57aeaa246df5b54a68c6123b8b727f (diff)
downloadop-kernel-dev-725bebb27882ae617d50776cc8b6cacd84481c91.zip
op-kernel-dev-725bebb27882ae617d50776cc8b6cacd84481c91.tar.gz
[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 5aae3d1..4af03ea 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,
OpenPOWER on IntegriCloud