diff options
author | Tejun Heo <[email protected]> | 2013-01-11 13:06:35 -0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2013-01-14 15:00:36 +0100 |
commit | f0059afd3e6e7aa1a0ffc23468b74c43d47660b8 (patch) | |
tree | fe8f51ff74f725a182f312e1cfb3fea819f33cd6 /net/lapb/lapb_in.c | |
parent | 8c1cf6bb02fda79b0a4b9bd121f6be6d4ce7a15a (diff) |
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 <[email protected]>
Cc: Steven Rostedt <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'net/lapb/lapb_in.c')
0 files changed, 0 insertions, 0 deletions