Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6142
b: refs/heads/master
c: e0c9314
h: refs/heads/master
v: v3
  • Loading branch information
Adrian Bunk authored and Russell King committed Aug 20, 2005
1 parent d55d6af commit d9c26f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: f27ecacc54cc0e5397c9b35f6c25065f07c4448d
refs/heads/master: e0c93142ceed0a2ea4f5b8e9d0f62c884241e9c0
4 changes: 2 additions & 2 deletions trunk/fs/adfs/adfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ extern int adfs_dir_update(struct super_block *sb, struct object_info *obj);
extern struct inode_operations adfs_file_inode_operations;
extern struct file_operations adfs_file_operations;

extern inline __u32 signed_asl(__u32 val, signed int shift)
static inline __u32 signed_asl(__u32 val, signed int shift)
{
if (shift >= 0)
val <<= shift;
Expand All @@ -112,7 +112,7 @@ extern inline __u32 signed_asl(__u32 val, signed int shift)
*
* The root directory ID should always be looked up in the map [3.4]
*/
extern inline int
static inline int
__adfs_block_map(struct super_block *sb, unsigned int object_id,
unsigned int block)
{
Expand Down

0 comments on commit d9c26f9

Please sign in to comment.