From: Gunnar Beutner Date: Sun, 24 Apr 2011 08:19:28 +0000 (+0200) Subject: Renamed 'struct fid' for NFS X-Git-Tag: debian/0.7.9-2~305^2~1 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=9d4b7c17a0820a1bf48a7a3fd9dfb6e87b0306dd;p=mirror_spl-debian.git 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. --- diff --git a/include/sys/vfs.h b/include/sys/vfs.h index 9399afb..88ca21d 100644 --- a/include/sys/vfs.h +++ b/include/sys/vfs.h @@ -35,7 +35,7 @@ #define MAXFIDSZ 64 -typedef struct fid { +typedef struct spl_fid { union { long fid_pad; struct {