From: Eric W. Biederman Date: Wed, 30 Jan 2013 21:04:05 +0000 (-0800) Subject: afs: Remove unused structure afs_store_status X-Git-Tag: v3.9-rc1~85^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66fdb93f882d21612a5287cd1303c9b1391ebf5d;p=pandora-kernel.git afs: Remove unused structure afs_store_status While looking for kuid_t and kgid_t conversions I found this structure that has never been used since it was added to the kernel in 2007. The obvious for this structure to be used is in xdr_encode_AFS_StoreStatus and that function uses a small handful of local variables instead. So remove the unnecessary structure to prevent confusion. Cc: David Howells Signed-off-by: "Eric W. Biederman" --- Reading git-diff-tree failed