]> git.proxmox.com Git - mirror_spl-debian.git/blobdiff - include/sys/vfs.h
New upstream version 0.7.8
[mirror_spl-debian.git] / include / sys / vfs.h
index f01dc11cb09f3940e9937b8a8ae4155ac4eb986b..d6fc1c35e9d8279ac8a87f9fbe6ec12acc9e6707 100644 (file)
@@ -23,7 +23,7 @@
 \*****************************************************************************/
 
 #ifndef _SPL_ZFS_H
-#define _SPL_ZFS_H
+#define        _SPL_ZFS_H
 
 #include <linux/mount.h>
 #include <linux/fs.h>
@@ -40,7 +40,7 @@ typedef struct spl_fid {
                long fid_pad;
                struct {
                        ushort_t len;           /* length of data in bytes */
-                       char     data[MAXFIDSZ];/* data (variable len) */
+                       char data[MAXFIDSZ];    /* data (variable len) */
                } _fid;
        } un;
 } fid_t;