[PATCH] remove unused flags arg from fs/stat64*
authorAndrew Morton <akpm@osdl.org>
Tue, 20 Jan 2004 11:15:53 +0000 (03:15 -0800)
committerLinus Torvalds <torvalds@home.osdl.org>
Tue, 20 Jan 2004 11:15:53 +0000 (03:15 -0800)
commit69c4ba40f375471a3250cbac0f870b0cd64c87b7
treeec2849bfd14dfeb9f85eae6eb0a998fa34bbe9c5
parentd8644b32bf2acf12fa66c66450a39f9a24a59d84
[PATCH] remove unused flags arg from fs/stat64*

From: "Randy.Dunlap" <rddunlap@osdl.org>
From: Michael Still <mikal@stillhq.com>

Viro and Andi Kleen agreed.  The <flags> argument isn't used at all and
cannot be used safely in the future.

remove third arg <long flags> from all 3 fs/stat.c stat64() calls since
it's not used and there's no way to use it safely;
fs/stat.c