diff options
author | Dave Chinner <david@fromorbit.com> | 2016-07-20 11:51:08 +1000 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2016-07-20 11:51:08 +1000 |
commit | f63716175c0730c2f29b4591146f0045cfcaa8dc (patch) | |
tree | f8237ef0ea0c321ffddb99fe2c84ae1bc54eec45 /fs/xfs/xfs_error.c | |
parent | f477cedc4e79a3233847106a18bf67be9bdf20e9 (diff) | |
parent | ad70328a503fae813a563dbe97dd3466ac079e8e (diff) | |
download | op-kernel-dev-f63716175c0730c2f29b4591146f0045cfcaa8dc.zip op-kernel-dev-f63716175c0730c2f29b4591146f0045cfcaa8dc.tar.gz |
Merge branch 'xfs-4.8-misc-fixes-3' into for-next
Diffstat (limited to 'fs/xfs/xfs_error.c')
-rw-r--r-- | fs/xfs/xfs_error.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_error.c b/fs/xfs/xfs_error.c index 355619a..ed7ee4e 100644 --- a/fs/xfs/xfs_error.c +++ b/fs/xfs/xfs_error.c @@ -55,7 +55,7 @@ xfs_error_test(int error_tag, int *fsidp, char *expression, } int -xfs_errortag_add(int error_tag, xfs_mount_t *mp) +xfs_errortag_add(unsigned int error_tag, xfs_mount_t *mp) { int i; int len; |