diff options
author | Gunnar Beutner <[email protected]> | 2011-04-24 10:19:28 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-04-29 12:10:54 -0700 |
commit | 9d4b7c17a0820a1bf48a7a3fd9dfb6e87b0306dd (patch) | |
tree | 46ffcbcbdc437acfa2c214e495b4264de3668ef6 /include | |
parent | 4c16d2471ac3ada642db156df1f0f4444fa1c336 (diff) |
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.
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/vfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/vfs.h b/include/sys/vfs.h index 9399afbef..88ca21d52 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 { |