Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309989
b: refs/heads/master
c: 66f8f50
h: refs/heads/master
i:
  309987: b91abff
v: v3
  • Loading branch information
Al Viro committed May 30, 2012
1 parent 5349597 commit 08c011f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 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: af569596a9b85626564149c5c4c0c17d05baa2da
refs/heads/master: 66f8f50920472f9b6d0a797a29dc8a8ada0b24c3
8 changes: 0 additions & 8 deletions trunk/fs/affs/affs.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@
#define AFFS_GET_HASHENTRY(data,hashkey) be32_to_cpu(((struct dir_front *)data)->hashtable[hashkey])
#define AFFS_BLOCK(sb, bh, blk) (AFFS_HEAD(bh)->table[AFFS_SB(sb)->s_hashsize-1-(blk)])

#ifdef __LITTLE_ENDIAN
#define BO_EXBITS 0x18UL
#elif defined(__BIG_ENDIAN)
#define BO_EXBITS 0x00UL
#else
#error Endianness must be known for affs to work.
#endif

#define AFFS_HEAD(bh) ((struct affs_head *)(bh)->b_data)
#define AFFS_TAIL(sb, bh) ((struct affs_tail *)((bh)->b_data+(sb)->s_blocksize-sizeof(struct affs_tail)))
#define AFFS_ROOT_HEAD(bh) ((struct affs_root_head *)(bh)->b_data)
Expand Down

0 comments on commit 08c011f

Please sign in to comment.