Whamcloud - gitweb
unix_io.c (unix_open): Only attempt the setrlimit workaround if
authorTheodore Ts'o <tytso@mit.edu>
Sun, 14 Jul 2002 12:33:32 +0000 (08:33 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 14 Jul 2002 12:33:32 +0000 (08:33 -0400)
commitf154d2f687e922f8444ef3050dc83f5d8e0e2178
tree04597d49da2fc7b16bdd87f20c042254feb4a9a8
parent7098810daf7d1ba9287a51dc596d78d70d270337
unix_io.c (unix_open): Only attempt the setrlimit workaround if
the kernel version is 2.4.10 -- 2.4.17, since otherwise an
old version of glibc (built against 2.2 headers) will
interact badly with the workaround to actually cause more
problems.  I hate it when the glibc folks think they're
being smarter than the kernel....
lib/ext2fs/ChangeLog
lib/ext2fs/unix_io.c