Linux: Removed unused define

VFS_STATFS isn't used in the Linux 2.6 case, and is wrong anyway.
Remove it in an attempt to clarify some particularly muddy water.

Change-Id: I404429e3eeb87146bfdced5625b56857ba2ab9fd
Reviewed-on: http://gerrit.openafs.org/1817
Reviewed-by: Marc Dionne <marc.c.dionne@gmail.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Simon Wilkinson 2010-04-23 15:59:46 +01:00 committed by Derrick Brashear
parent 20d08fb0ec
commit bd95ded9cf

View File

@ -47,7 +47,6 @@ enum vcexcl { EXCL, NONEXCL } ;
#define FSYNC O_SYNC
#define VTOI(V) (V)
#define VFS_STATFS(V, S) ((V)->s_op->statfs)((V), (S), sizeof(*(S)))
/* Various mode bits */
#define VWRITE S_IWUSR