Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Not that I know why. 80-character filename limits are kind of cute. Joerg suggested _POSIX_PATH_MAX, which is almost certainly the right value. But that's bigger than HUGE: #define HUGE 1000 /* Huge number */ which obviously means we shouldn't go quite *that* extreme. Remember, we come from the days when it was hard to do allocations larger than 64kB. We have limits, dammit. "256 bytes is enough for anybody" Reported-by: Joerg Scheurich <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
- Loading branch information
1cdcf9d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
big if true!
1cdcf9d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice