diff --git a/[refs] b/[refs] index 5c729e1a6362..74f3bd7cfe14 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4fa814be258169caef51e320b8b06cb3b139d4a0 +refs/heads/master: 66fdb93f882d21612a5287cd1303c9b1391ebf5d diff --git a/trunk/fs/afs/afs.h b/trunk/fs/afs/afs.h index c548aa346f0d..3d8fd35c0dd0 100644 --- a/trunk/fs/afs/afs.h +++ b/trunk/fs/afs/afs.h @@ -133,13 +133,6 @@ struct afs_file_status { /* * AFS file status change request */ -struct afs_store_status { - u32 mask; /* which bits of the struct are set */ - u32 mtime_client; /* last time client changed data */ - u32 owner; /* owner ID */ - u32 group; /* group ID */ - umode_t mode; /* UNIX mode */ -}; #define AFS_SET_MTIME 0x01 /* set the mtime */ #define AFS_SET_OWNER 0x02 /* set the owner ID */