> /* xfs_dir2_block.c */ > extern int xfs_dir3_block_read(struct xfs_trans *tp, struct xfs_inode *dp, > - struct xfs_buf **bpp); > + xfs_ino_t owner, struct xfs_buf **bpp); Might be worth to drop the extern while you're at it. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@xxxxxx>