diff options
author | Arnd Bergmann <arnd@arndb.de> | 2017-01-18 21:39:21 +0100 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-01-18 21:39:21 +0100 |
commit | fd29f7af75b7adf250beccffa63746c6a88e2b74 (patch) | |
tree | 2c5cdbc3fa783c1a4b87ff2f49727f72bcc2a057 /fs/xfs/xfs_reflink.c | |
parent | xfs: don't wrap ID in xfs_dq_get_next_id (diff) | |
download | linux-fd29f7af75b7adf250beccffa63746c6a88e2b74.tar.xz linux-fd29f7af75b7adf250beccffa63746c6a88e2b74.zip |
xfs: fix xfs_mode_to_ftype() prototype
A harmless warning just got introduced:
fs/xfs/libxfs/xfs_dir2.h:40:8: error: type qualifiers ignored on function return type [-Werror=ignored-qualifiers]
Removing the 'const' modifier avoids the warning and has no
other effect.
Fixes: 1fc4d33fed12 ("xfs: replace xfs_mode_to_ftype table with switch statement")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat (limited to 'fs/xfs/xfs_reflink.c')
0 files changed, 0 insertions, 0 deletions