From: Dwight Engen Date: Thu, 15 Aug 2013 18:08:02 +0000 (-0400) Subject: xfs: create internal eofblocks structure with kuid_t types X-Git-Tag: v3.12-rc1~80^2~50 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9fe505258375b98519493a41a8088e384965aa9;p=pandora-kernel.git xfs: create internal eofblocks structure with kuid_t types Have eofblocks ioctl convert uid_t to kuid_t into internal structure. Update internal filter matching to compare ids with kuid_t types. Reviewed-by: Brian Foster Reviewed-by: Dave Chinner Reviewed-by: Gao feng Signed-off-by: Dwight Engen Signed-off-by: Ben Myers --- diff --git a/fs/xfs/xfs_fs.h b/fs/xfs/xfs_fs.h index 53e33c26f53e..1edb5cc3e5f4 100644 --- a/fs/xfs/xfs_fs.h +++ b/fs/xfs/xfs_fs.h @@ -357,7 +357,7 @@ typedef struct xfs_error_injection { * Speculative preallocation trimming. */ #define XFS_EOFBLOCKS_VERSION 1 -struct xfs_eofblocks { +struct xfs_fs_eofblocks { __u32 eof_version; __u32 eof_flags; uid_t eof_uid; Reading git-diff-tree failed