diff options
| author | Eric Sandeen <[email protected]> | 2018-04-06 17:09:42 +0000 |
|---|---|---|
| committer | Darrick J. Wong <[email protected]> | 2018-04-09 17:23:42 +0000 |
| commit | a1f69417c6f4d1c5280ffb795da7778cba1e1451 (patch) | |
| tree | 91b5e753bec450b1c82ccb12b037ae25ffa5fc01 /fs/xfs/xfs_log.c | |
| parent | xfs: remove filestream item xfs_inode reference (diff) | |
| download | kernel-a1f69417c6f4d1c5280ffb795da7778cba1e1451.tar.gz kernel-a1f69417c6f4d1c5280ffb795da7778cba1e1451.zip | |
xfs: non-scrub - remove unused function parameters
Signed-off-by: Eric Sandeen <[email protected]>
Reviewed-by: Darrick J. Wong <[email protected]>
Signed-off-by: Darrick J. Wong <[email protected]>
Diffstat (limited to 'fs/xfs/xfs_log.c')
| -rw-r--r-- | fs/xfs/xfs_log.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/xfs_log.c b/fs/xfs/xfs_log.c index b9c9c848146b..2fcd9ed5d075 100644 --- a/fs/xfs/xfs_log.c +++ b/fs/xfs/xfs_log.c @@ -560,7 +560,6 @@ xfs_log_done( */ int xfs_log_notify( - struct xfs_mount *mp, struct xlog_in_core *iclog, xfs_log_callback_t *cb) { |
