]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/fs.h
Fix f_version type: should be u64 instead of unsigned long
[linux-2.6-omap-h63xx.git] / include / linux / fs.h
index bb89a5dfe9ad789247a80f03dbc36bd61ea1b222..30aca33994501a9add65f24814105814db133313 100644 (file)
@@ -792,7 +792,7 @@ struct file {
        unsigned int            f_uid, f_gid;
        struct file_ra_state    f_ra;
 
-       unsigned long           f_version;
+       u64                     f_version;
 #ifdef CONFIG_SECURITY
        void                    *f_security;
 #endif