]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/coda/coda_fs_i.h
Merge tag 'late-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[karo-tx-linux.git] / fs / coda / coda_fs_i.h
index b24fdfd8a3f097a091fe5b04362cd437b96ba0f7..c64075213218065e51da038f75393c842a1d2dcf 100644 (file)
@@ -25,7 +25,7 @@ struct coda_inode_info {
        u_short            c_flags;     /* flags (see below) */
        unsigned int       c_mapcount;  /* nr of times this inode is mapped */
        unsigned int       c_cached_epoch; /* epoch for cached permissions */
-       vuid_t             c_uid;       /* fsuid for cached permissions */
+       kuid_t             c_uid;       /* fsuid for cached permissions */
        unsigned int       c_cached_perm; /* cached access permissions */
        spinlock_t         c_lock;
        struct inode       vfs_inode;