xfs: fix compile error when libxfs header used in C++ code
authorRoger Willcocks <roger@filmlight.ltd.uk>
Mon, 19 May 2014 22:52:21 +0000 (08:52 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 19 May 2014 22:52:21 +0000 (08:52 +1000)
commit376c2f3a5f0706868b08ccf043bf3532936a03b1
tree57fa77e7ac020a1bef0cdb2b21b9627a13ad943b
parent8695d27ec34b19c58a0dc25bfcce3f2c6cf0699d
xfs: fix compile error when libxfs header used in C++ code

xfs_ialloc.h:102: error: expected ',' or '...' before 'delete'

Simple parameter rename, no changes to behaviour.

Signed-off-by: Roger Willcocks <roger@filmlight.ltd.uk>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_ialloc.c
fs/xfs/xfs_ialloc.h