mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 18:11:00 +03:00
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
|
||||
|
||||
typedef struct fid {
|
||||
typedef struct spl_fid {
|
||||
union {
|
||||
long fid_pad;
|
||||
struct {
|
||||
|
Loading…
Reference in New Issue
Block a user