commit | fc41e2a1931041b04e0f3230effd1c7a9364c8fc | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon Nov 06 11:53:58 2017 -0800 |
committer | Darrick J. Wong <darrick.wong@oracle.com> | Mon Nov 06 11:53:58 2017 -0800 |
tree | a96a6e0a8642b9225993922eb18fe39edf9ac420 | |
parent | 866d7826c966d0d17cb31eaf394728a163ad7227 [diff] |
xfs: always define STATIC to static noinline Ever since we added the noinline tag there is no good reason to define away the static for debug builds - we'll get just as good debug information with our without it, so don't mess up sparse and other checkers due to it. Signed-off-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>