From: Tejun Heo Date: Fri, 11 Jan 2013 21:06:35 +0000 (-0800) Subject: buffer: make touch_buffer() an exported function X-Git-Tag: v3.9-rc1~44^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0059afd3e6e7aa1a0ffc23468b74c43d47660b8;p=pandora-kernel.git buffer: make touch_buffer() an exported function We want to add a trace point to touch_buffer() but macros and inline functions defined in header files can't have tracing points. Move touch_buffer() to fs/buffer.c and make it a proper function. The new exported function is also declared inline. As most uses of touch_buffer() are inside buffer.c with nilfs2 as the only other user, the effect of this change should be negligible. Signed-off-by: Tejun Heo Cc: Steven Rostedt Signed-off-by: Jens Axboe --- Reading git-diff-tree failed