Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 17079
b: refs/heads/master
c: 769db45
h: refs/heads/master
i:
  17077: 65c4694
  17075: e093257
  17071: 68593e2
v: v3
  • Loading branch information
Coywolf Qi Hunt authored and Jens Axboe committed Jan 9, 2006
1 parent 53593a2 commit 762e77b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 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: 1abee6d2d1b6366df96fce1d43eefd1819e1b055
refs/heads/master: 769db45b73896a88d6b40e3e648dfc50a155ec93
3 changes: 1 addition & 2 deletions trunk/block/elevator.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ inline int elv_rq_merge_ok(struct request *rq, struct bio *bio)
}
EXPORT_SYMBOL(elv_rq_merge_ok);

inline int elv_try_merge(struct request *__rq, struct bio *bio)
static inline int elv_try_merge(struct request *__rq, struct bio *bio)
{
int ret = ELEVATOR_NO_MERGE;

Expand All @@ -80,7 +80,6 @@ inline int elv_try_merge(struct request *__rq, struct bio *bio)

return ret;
}
EXPORT_SYMBOL(elv_try_merge);

static struct elevator_type *elevator_find(const char *name)
{
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/linux/elevator.h
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,6 @@ extern ssize_t elv_iosched_store(request_queue_t *, const char *, size_t);
extern int elevator_init(request_queue_t *, char *);
extern void elevator_exit(elevator_t *);
extern int elv_rq_merge_ok(struct request *, struct bio *);
extern int elv_try_merge(struct request *, struct bio *);
extern int elv_try_last_merge(request_queue_t *, struct bio *);

/*
* Return values from elevator merger
Expand Down

0 comments on commit 762e77b

Please sign in to comment.