]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/xfs/xfs_icache.c
xfs: separate dquot on disk format definitions out of xfs_quota.h
[mirror_ubuntu-bionic-kernel.git] / fs / xfs / xfs_icache.c
index 9560dc1f15a96299392e990da3a08cf7317b89b6..d9a41671a4ad626918b403b030b923ca8f230d67 100644 (file)
@@ -17,6 +17,7 @@
  */
 #include "xfs.h"
 #include "xfs_fs.h"
+#include "xfs_format.h"
 #include "xfs_types.h"
 #include "xfs_log.h"
 #include "xfs_log_priv.h"
@@ -337,6 +338,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 */