]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/xfs/xfs_export.c
Merge remote-tracking branch 'regmap/for-next'
[karo-tx-linux.git] / fs / xfs / xfs_export.c
index 652cd3c5b58c1cac1562239c9c644a19dbe588b7..2816d42507bc8ab7cf00fecb775b11e19dfb6088 100644 (file)
@@ -152,7 +152,7 @@ xfs_nfs_get_inode(
                return ERR_PTR(error);
        }
 
-       if (ip->i_d.di_gen != generation) {
+       if (VFS_I(ip)->i_generation != generation) {
                IRELE(ip);
                return ERR_PTR(-ESTALE);
        }