]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/xfs/xfs_icache.c
xfs: Code cleanup and removal of some typedef usage
[mirror_ubuntu-artful-kernel.git] / fs / xfs / xfs_icache.c
index 96e344e3e9277fdc0bb307d04d8945d81602c70a..9560dc1f15a96299392e990da3a08cf7317b89b6 100644 (file)
@@ -335,7 +335,8 @@ xfs_iget_cache_miss(
        iflags = XFS_INEW;
        if (flags & XFS_IGET_DONTCACHE)
                iflags |= XFS_IDONTCACHE;
-       ip->i_udquot = ip->i_gdquot = NULL;
+       ip->i_udquot = NULL;
+       ip->i_gdquot = NULL;
        xfs_iflags_set(ip, iflags);
 
        /* insert the new inode */