• E
    afs: Remove unused structure afs_store_status · 66fdb93f
    Eric W. Biederman 提交于
    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 <dhowells@redhat.com>
    Signed-off-by: N"Eric W. Biederman" <ebiederm@xmission.com>
    66fdb93f
afs.h 5.7 KB