]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit35e72f56b5593d84f935e7cbd31df9167ee608c7
treed2dd2a46f3ba7476b7db31806b5d98c4ed6a46dd
parenta2b2067bd34011063ccd942d5cd85b2b0806d370
[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