This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "XFS development tree".
The branch, for-next has been updated
821c444 xfs: make xfs_extent_busy_trim not static
from 1c3b2277f286be34c9faaf47a48b86c4580c3690 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 821c44410a2f34ef6b2571b5c9bb2022800fdb42
Author: Ben Myers <bpm@xxxxxxx>
Date: Thu May 10 13:55:33 2012 -0500
xfs: make xfs_extent_busy_trim not static
Commit e459df5, 'xfs: move busy extent handling to it's own file'
moved some code from xfs_alloc.c into xfs_extent_busy.c for
convenience in userspace code merges. One of the functions moved is
xfs_extent_busy_trim (formerly xfs_alloc_busy_trim) which is defined
STATIC. Unfortunately this function is still used in xfs_alloc.c, and
this results in an undefined symbol in xfs.ko.
Make xfs_extent_busy_trim not static and add its prototype to
xfs_extent_busy.h.
Signed-off-by: Ben Myers <bpm@xxxxxxx>
Reviewed-by: Mark Tinguely <tinguely@xxxxxxx>
-----------------------------------------------------------------------
Summary of changes:
fs/xfs/xfs_alloc.c | 2 --
fs/xfs/xfs_extent_busy.c | 2 +-
fs/xfs/xfs_extent_busy.h | 4 ++++
3 files changed, 5 insertions(+), 3 deletions(-)
hooks/post-receive
--
XFS development tree
|