]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - fs/xfs/xfs_icache.c
Merge branch 'for-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...
[karo-tx-linux.git] / fs / xfs / xfs_icache.c
index 9560dc1f15a96299392e990da3a08cf7317b89b6..3f90e1ceb8d68c4655bb033da592f495b91e9772 100644 (file)
@@ -337,6 +337,7 @@ xfs_iget_cache_miss(
                iflags |= XFS_IDONTCACHE;
        ip->i_udquot = NULL;
        ip->i_gdquot = NULL;
+       ip->i_pdquot = NULL;
        xfs_iflags_set(ip, iflags);
 
        /* insert the new inode */