[PATCH] remove file.f_maxcount
authorEric Dumazet <dada1@cosmosbay.com>
Tue, 6 Sep 2005 22:17:38 +0000 (15:17 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 7 Sep 2005 23:57:32 +0000 (16:57 -0700)
commit2832e9366a1fcd6f76957a42157be041240f994e
treed2dd2a46f3ba7476b7db31806b5d98c4ed6a46dd
parent0730ded5be28653675ed314fdd878b8db5f88aa4
[PATCH] remove file.f_maxcount

struct file cleanup: f_maxcount has an unique value (INT_MAX).  Just use
the hard-wired value.

Signed-off-by: Eric Dumazet <dada1@cosmosbay.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
fs/file_table.c
fs/read_write.c
include/linux/fs.h