Be much more liberal about the file mode bits.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 17 Apr 2005 05:26:31 +0000 (22:26 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sun, 17 Apr 2005 05:26:31 +0000 (22:26 -0700)
We only really care about the difference between a file being executable
or not (by its owner). Everything else we leave for the user umask to
decide.

No differences found