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:
parent
4c16d2471a
commit
9d4b7c17a0
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
#define MAXFIDSZ 64
|
#define MAXFIDSZ 64
|
||||||
|
|
||||||
typedef struct fid {
|
typedef struct spl_fid {
|
||||||
union {
|
union {
|
||||||
long fid_pad;
|
long fid_pad;
|
||||||
struct {
|
struct {
|
||||||
|
|
Loading…
Reference in New Issue