Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17029
b: refs/heads/master
c: bfc090c
h: refs/heads/master
i:
  17027: 64f4756
v: v3
  • Loading branch information
Jan Blunck authored and Linus Torvalds committed Jan 9, 2006
1 parent 4a156c2 commit 27c2e48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a878184c202395ea17212f111ab9ec4b5f6d6ee
refs/heads/master: bfc090c468b33fb1f75c27a11efa7b7dc250556f
4 changes: 1 addition & 3 deletions trunk/fs/afs/volume.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
#include "kafsasyncd.h"
#include "cache.h"

#define __packed __attribute__((packed))

typedef enum {
AFS_VLUPD_SLEEP, /* sleeping waiting for update timer to fire */
AFS_VLUPD_PENDING, /* on pending queue */
Expand Down Expand Up @@ -115,7 +113,7 @@ struct afs_volume
struct cachefs_cookie *cache; /* caching cookie */
#endif
afs_volid_t vid; /* volume ID */
afs_voltype_t __packed type; /* type of volume */
afs_voltype_t type; /* type of volume */
char type_force; /* force volume type (suppress R/O -> R/W) */
unsigned short nservers; /* number of server slots filled */
unsigned short rjservers; /* number of servers discarded due to -ENOMEDIUM */
Expand Down

0 comments on commit 27c2e48

Please sign in to comment.