Whamcloud - gitweb
unix_io.c (unix_open): Work around a bug in 2.4.10+ kernels by
authorTheodore Ts'o <tytso@mit.edu>
Tue, 27 Nov 2001 02:05:36 +0000 (21:05 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 27 Nov 2001 02:05:36 +0000 (21:05 -0500)
commit8880e7599ced6d047626dd45665b765d0f5eded5
tree7989253152eed9dca302b7c7d1f8acf2dc5583e1
parentaa4a58ba2492106695951e4a4082c242ca74b06f
unix_io.c (unix_open): Work around a bug in 2.4.10+ kernels by
trying to unset the filesize limit if at all possible,
if a block device is getting opened.  (The filesize limit
shouldn't be applied against writes to a block device, but
starting in 2.4.10, the kernel is doing this.)
lib/ext2fs/ChangeLog
lib/ext2fs/unix_io.c