[PATCH v6 09/10] xfs: add minimum file size filtering to eofblocks scan

Mark Tinguely tinguely at sgi.com
Tue Nov 6 10:57:34 CST 2012


On 11/06/12 08:50, Brian Foster wrote:
> Support minimum file size filtering in the eofblocks scan. The
> caller must set the XFS_EOF_FLAGS_MINFILESIZE flags bit and minimum
> file size value in bytes.
>
> Signed-off-by: Brian Foster<bfoster at redhat.com>
> ---
>   fs/xfs/xfs_fs.h     |    6 ++++--
>   fs/xfs/xfs_icache.c |   11 +++++++++--
>   2 files changed, 13 insertions(+), 4 deletions(-)
>
> diff --git a/fs/xfs/xfs_fs.h b/fs/xfs/xfs_fs.h
> index 88eb1bc..082b743 100644
> --- a/fs/xfs/xfs_fs.h
> +++ b/fs/xfs/xfs_fs.h
> @@ -348,7 +348,8 @@ struct xfs_eofblocks {
>   	uid_t		eof_uid;
>   	gid_t		eof_gid;
>   	prid_t		eof_prid;
> -	__u32		pad[27];
> +	__u64           eof_min_file_size;
> +	__u32		pad[25]
                             ^^
Glad you bumped it to a unsigned 64 bit value.
Are __u64 items 64 bits? if so, the pad would be 24

>   };
>

Looks good.

Reviewed-by: Mark Tinguely <tinguely at sgi.com?



More information about the xfs mailing list