mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
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:
parent
20d08fb0ec
commit
bd95ded9cf
@ -47,7 +47,6 @@ enum vcexcl { EXCL, NONEXCL } ;
|
|||||||
#define FSYNC O_SYNC
|
#define FSYNC O_SYNC
|
||||||
|
|
||||||
#define VTOI(V) (V)
|
#define VTOI(V) (V)
|
||||||
#define VFS_STATFS(V, S) ((V)->s_op->statfs)((V), (S), sizeof(*(S)))
|
|
||||||
|
|
||||||
/* Various mode bits */
|
/* Various mode bits */
|
||||||
#define VWRITE S_IWUSR
|
#define VWRITE S_IWUSR
|
||||||
|
Loading…
Reference in New Issue
Block a user