The patch titled Subject: fs/buffer.c: do not inline exported function has been removed from the -mm tree. Its filename was fs-bufferc-do-not-inline-exported-function.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ From: Yan Hong <clouds.yan@xxxxxxxxx> Subject: fs/buffer.c: do not inline exported function It makes no sense to inline an exported function. Signed-off-by: Yan Hong <clouds.yan@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- fs/buffer.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN fs/buffer.c~fs-bufferc-do-not-inline-exported-function fs/buffer.c --- a/fs/buffer.c~fs-bufferc-do-not-inline-exported-function +++ a/fs/buffer.c @@ -46,8 +46,7 @@ static int fsync_buffers_list(spinlock_t #define BH_ENTRY(list) list_entry((list), struct buffer_head, b_assoc_buffers) -inline void -init_buffer(struct buffer_head *bh, bh_end_io_t *handler, void *private) +void init_buffer(struct buffer_head *bh, bh_end_io_t *handler, void *private) { bh->b_end_io = handler; bh->b_private = private; _ Patches currently in -mm which might be from clouds.yan@xxxxxxxxx are origin.patch fs-block_devc-need-not-to-check-inode-i_bdev-in-bd_forget.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html