diff options
Diffstat (limited to 'fs/xfs/xfs_discard.c')
-rw-r--r-- | fs/xfs/xfs_discard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/xfs_discard.c b/fs/xfs/xfs_discard.c index e85a9519a5ae..272c3f8b6f7d 100644 --- a/fs/xfs/xfs_discard.c +++ b/fs/xfs/xfs_discard.c | |||
@@ -227,7 +227,7 @@ xfs_discard_extents( | |||
227 | GFP_NOFS, 0); | 227 | GFP_NOFS, 0); |
228 | if (error && error != -EOPNOTSUPP) { | 228 | if (error && error != -EOPNOTSUPP) { |
229 | xfs_info(mp, | 229 | xfs_info(mp, |
230 | "discard failed for extent [0x%llu,%u], error %d", | 230 | "discard failed for extent [0x%llx,%u], error %d", |
231 | (unsigned long long)busyp->bno, | 231 | (unsigned long long)busyp->bno, |
232 | busyp->length, | 232 | busyp->length, |
233 | error); | 233 | error); |