rcu: Check both root and current rcu_node when setting up future grace period
[firefly-linux-kernel-4.4.55.git] / fs / xfs / xfs_attr_list.c
index 833fe5d98d806783ca6bb6cf2f4ecb83424bfdca..90e2eeb2120758e24c5bf466ca80f98b6129ef9e 100644 (file)
@@ -444,6 +444,7 @@ xfs_attr3_leaf_list_int(
                                xfs_da_args_t args;
 
                                memset((char *)&args, 0, sizeof(args));
+                               args.geo = context->dp->i_mount->m_attr_geo;
                                args.dp = context->dp;
                                args.whichfork = XFS_ATTR_FORK;
                                args.valuelen = valuelen;