summaryrefslogtreecommitdiff
path: root/include/uapi/asm-generic/setup.h
blob: 6fc26a51003c32d5e47f6a40bb12f2d4a62e8079 (plain)
1
2
3
4
5
6
#ifndef __ASM_GENERIC_SETUP_H
#define __ASM_GENERIC_SETUP_H

#define COMMAND_LINE_SIZE	512

#endif	/* __ASM_GENERIC_SETUP_H */
a href='/cgit.cgi/linux/net-next.git/commit/?id=493611ebd62673f39e2f52c2561182c558a21cb6'>493611ebd62673f39e2f52c2561182c558a21cb6 (patch) tree624be7d8c0e5dca21d476557bdaf2b881dc85b18 parent5a93790d4e2df73e30c965ec6e49be82fc3ccfce (diff)
xfs: extsize hints are not unlikely in xfs_bmap_btalloc
With COW files they are the hotpath, just like for files with the extent size hint attribute. We really shouldn't micro-manage anything but failure cases with unlikely. Additionally Arnd Bergmann recently reported that one of these two unlikely annotations causes link failures together with an upcoming kernel instrumentation patch, so let's get rid of it ASAP. Signed-off-by: Christoph Hellwig <hch@lst.de> Reported-by: Arnd Bergmann <arnd@arndb.de> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Diffstat