Renamed 'struct fid' for NFS

Renamed 'struct fid' because its name conflicts with another
struct in the Linux kernel headers.  The fid_t typedef remains
unchanged intentionally.
This commit is contained in:
Gunnar Beutner 2011-04-24 10:19:28 +02:00 committed by Brian Behlendorf
parent 4c16d2471a
commit 9d4b7c17a0

View File

@ -35,7 +35,7 @@
#define MAXFIDSZ 64
typedef struct fid {
typedef struct spl_fid {
union {
long fid_pad;
struct {