]> git.karo-electronics.de Git - karo-tx-linux.git/commit
xfs: create internal eofblocks structure with kuid_t types
authorDwight Engen <dwight.engen@oracle.com>
Thu, 15 Aug 2013 18:08:02 +0000 (14:08 -0400)
committerBen Myers <bpm@sgi.com>
Thu, 15 Aug 2013 19:24:10 +0000 (14:24 -0500)
commitb9fe505258375b98519493a41a8088e384965aa9
tree8c4f5adfde9a76e0b547b683724ac1b9dac9d1ef
parent7aab1b28879d2280c9a0e50000e4ae153cfac55a
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 <bfoster@redhat.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Gao feng <gaofeng@cn.fujitsu.com>
Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
fs/xfs/xfs_fs.h
fs/xfs/xfs_icache.c
fs/xfs/xfs_icache.h
fs/xfs/xfs_ioctl.c