[PATCH 33/49] xfsprogs: sync minor kernel header differences
Mark Tinguely
tinguely at sgi.com
Tue Aug 6 10:26:35 CDT 2013
On 07/19/13 01:45, Dave Chinner wrote:
> From: Dave Chinner<dchinner at redhat.com>
>
> There are lots of little differences between kernel and userspace
> headers noticable now that the files are largely the same. Clean up
> all the formatting, whitespace and other minor differences in the
> userspace headers.
>
> Signed-off-by: Dave Chinner<dchinner at redhat.com>
> ---
This patch is the user equivalent of the for Linux 3.12 kernel patch
22/49.
xfs_dir2.h kernel file has entry not in user:
extern int xfs_dir3_data_readahead(struct xfs_trans *tp, struct
xfs_inode *dp,
xfs_dablk_t bno, xfs_daddr_t mapped_bno);
xfs_inode_buf.h kernel file has entry not in user:
bool xfs_can_free_eofblocks(struct xfs_inode *, bool);
xfs_trans.h user has several entries mentioned in previous patches.
More information about the xfs
mailing list