From dede3b050415fbd965a5052459ffb68c1dbb3ec0 Mon Sep 17 00:00:00 2001 From: "Eric W. Biederman" Date: Wed, 30 Jan 2013 13:04:05 -0800 Subject: [PATCH] --- yaml --- r: 357774 b: refs/heads/master c: 66fdb93f882d21612a5287cd1303c9b1391ebf5d h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/afs/afs.h | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) 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 */