]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: always define STATIC to static noinline
authorChristoph Hellwig <hch@lst.de>
Mon, 6 Nov 2017 19:53:58 +0000 (11:53 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 6 Nov 2017 19:53:58 +0000 (11:53 -0800)
commit2047d0c81ec087b35b0ceb820f6ab52c9fcc1213
treea96a6e0a8642b9225993922eb18fe39edf9ac420
parenta93fd7a44a80e3ac6f825d199d4a509e3be2c7f1
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>
fs/xfs/xfs.h
fs/xfs/xfs_linux.h