]> git.proxmox.com Git - mirror_spl-debian.git/commitdiff
Renamed 'struct fid' for NFS
authorGunnar Beutner <gunnar@beutner.name>
Sun, 24 Apr 2011 08:19:28 +0000 (10:19 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 29 Apr 2011 19:10:54 +0000 (12:10 -0700)
Renamed 'struct fid' because its name conflicts with another
struct in the Linux kernel headers.  The fid_t typedef remains
unchanged intentionally.

include/sys/vfs.h

index 9399afbefaf9963ed96ee4de981c0761fcf29432..88ca21d52ee1f0560a53aaf0eb059e6555440d3f 100644 (file)
@@ -35,7 +35,7 @@
 
 #define        MAXFIDSZ        64
 
-typedef struct fid {
+typedef struct spl_fid {
        union {
                long fid_pad;
                struct {