From 070a0ebf42e15c9c595fc2ceac06100d60ced8f0 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Fri, 17 May 2013 17:00:34 -0400 Subject: [readdir] convert jfs Signed-off-by: Al Viro --- fs/jfs/jfs_dtree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fs/jfs/jfs_dtree.h') diff --git a/fs/jfs/jfs_dtree.h b/fs/jfs/jfs_dtree.h index 2545bb317235..fd4169e6e698 100644 --- a/fs/jfs/jfs_dtree.h +++ b/fs/jfs/jfs_dtree.h @@ -265,5 +265,5 @@ extern int dtDelete(tid_t tid, struct inode *ip, struct component_name * key, extern int dtModify(tid_t tid, struct inode *ip, struct component_name * key, ino_t * orig_ino, ino_t new_ino, int flag); -extern int jfs_readdir(struct file *filp, void *dirent, filldir_t filldir); +extern int jfs_readdir(struct file *file, struct dir_context *ctx); #endif /* !_H_JFS_DTREE */ -- cgit v1.2.3-59-g8ed1b